Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / notifications / has_not_permission / manifest.json
blobeca67262234779db58d4583241e475b18602ab81
2   "name": "notifications test",
3   "version": "1",
4   "manifest_version": 2,
5   "permissions": [ "tabs" ],
6   "background": {
7     "scripts": ["background.js"]
8   }