Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / tabs / no_permissions / manifest.json
blob323946c74ab9e931b390fb491c9e4685c36a2f49
2   "name": "tabs/no_permissions",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests access to the tabs API from extensions lacking the tabs permission",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": []