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