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