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 / test_app / manifest.json
blob7ae65cea6391dc0a3d17c36caf693e7452b5392e
2   "name": "New API Notification Provider Test",
3   "description": "Tests the notificationProvider API",
4   "manifest_version" : 2,
5   "version" : "0.1.0",
6   "app" : {
7     "background" : {
8     "scripts" : ["app.js"]
9     }
10   },
11   "permissions" : [
12      "notificationProvider"
13   ]