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 / api / csp / manifest.json
blob2d6d41e63f42b7b59000df065399250f3079747a
2   "name": "chrome.notifications",
3   "version": "0.1",
4   "description": "chrome.notifications API CSP",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     "notifications"
12   ]