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