Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / app_no_www / manifest.json
blob9a413dc1aa163289126f10fe7fd50de3610a6fd3
2   "name": "App Test",
3   "version": "1",
4   "manifest_version": 2,
5   "permissions": [
6     "notifications"
7   ],
8   "app": {
9     "launch": {
10       "web_url": "http://example.com/"
11     }
12   }