Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / notification_provider / events / manifest.json
bloba4716d4025107fc8cf0dbe7f357e5f66c0035b07
2   "name": "chrome.notificationProvider",
3   "version": "0.1",
4   "description": "Tests chrome.notificationProvider API events",
5   "app": {
6     "background": {
7       "scripts": ["test.js"]
8     }
9   },
10   "permissions": [
11     "notificationProvider", "notifications"
12   ]