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 / delete_id / manifest.json
blob05559f9cdfb95d250e90b2884cc5978a5eb19df6
2   "manifest_version": 2,
3   "name": "Test InstanceID App",
4   "version": "1.0",
5   "description": "Tests InstanceID API",
6   "background": {
7     "scripts": ["delete_id.js"]
8   },
9   "permissions": ["gcm"]