Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / good / Extensions / behllobkkfkfnphdnhnkndlbkcpglgmj / 1.0.0.0 / manifest.json
blob04f284a3b91702acb6c34601452cb2b48620afd5
2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
3   "version": "1.0.0.0",
4   "manifest_version": 2,
5   "name": "__MSG_chrome_extension_name__",
6   "description": "__MSG_chrome_extension_description__",
7   "icons": {
8     "128": "icon_128.png"
9   },
10   "default_locale": "en_US",
11   "background": {
12     "page": "backgroundpage.html"
13   },
14   "permissions": ["tabs", "http://*.google.com/*", "https://*.google.com/*"],
15   "content_scripts": [
16     {
17       "matches": ["file://*", "http://*.google.com/*", "https://*.google.com/*"],
18       "js": ["script1.js", "script2.js"],
19       "css": ["style1.css", "style2.css", "style2.css"]
20     },
21     {
22       "matches": ["http://*.news.com/*"],
23       "js": ["js_files/script3.js"]
24     }
25   ]