Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / effective_host_permissions / two_content_scripts.json
blobc6313c08a8bc86864791624651fe196e6356a6a8
2   "name": "effective host permisions test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "http://*.google.com/",
7     "http://google.com/",
8     "https://google.com/"
9   ],
10   "content_scripts": [
11     {
12       "matches": ["http://www.reddit.com/", "http://news.ycombinator.com/"],
13       "js": ["foo.js"]
14     }
15   ]