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