Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / app_process / manifest.json
bloba67e8c013ff41af878b4eaf4466fb94c68f9f607
2   "name": "app_process",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests that app URLs with the background permission are grouped into the same process.",
6   "app": {
7     "urls": [
8       "http://localhost/extensions/api_test/app_process/path1",
9       "http://localhost/extensions/api_test/app_process/path2"
10     ],
11     "browse_urls": [
12       "http://localhost/extensions/api_test/app_process/path4"
13     ],
14     "launch": {
15       "web_url": "http://localhost/extensions/api_test/app_process/path1/foo.html"
16     }
17   },
18   "permissions": [
19     "background"
20   ]