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