Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / platform_keys / manifest.json
blob581ab4898889b260db6d43629fc24c9e4c08df72
2   "name": "Basic tests",
3   "version": "0.1",
4   "manifest_version": 2,
5   "permissions": [
6     "platformKeys"
7   ],
8   "background": {
9     "scripts": ["background.js"]
10   }