2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
5 "name": "__MSG_chrome_extension_name__",
6 "description": "__MSG_chrome_extension_description__",
10 "default_locale": "en_US",
12 "page": "backgroundpage.html"
14 "permissions": ["tabs", "http://*.google.com/*", "https://*.google.com/*"],
17 "matches": ["file://*", "http://*.google.com/*", "https://*.google.com/*"],
18 "js": ["script1.js", "script2.js"],
19 "css": ["style1.css", "style2.css", "style2.css"]
22 "matches": ["http://*.news.com/*"],
23 "js": ["js_files/script3.js"]