Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / settings / split_incognito / manifest.json
blob27e775945ecd4a5e7e7df4fe85d8b0fcfa892e5b
2   "name": "Split-mode incognito storage test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests the Storage API in split incognito mode",
6   "permissions": ["storage"],
7   "background": {
8     "scripts": ["background.js"]
9   },
10   "incognito": "split"