1 { 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB", 3 "name": "ChromeVox", 4 "version": "1.0", 5 "description": "ChromeVox - Giving Voice to Chrome.", 6 "background_page": "chromevox/background/background.html", 7 "permissions": [ 8 "bookmarks", 9 "tabs", 10 "experimental", 11 "http://*/", 12 "https://*/" 13 ], 14 "content_scripts": [ 15 { 16 "matches": [ "<all_urls>" ], 17 "all_frames": true, 18 "js": [ 19 "build/build_defs.js", 20 "build/build_config_chrome.js", 21 "chromevox/injected/main.js", 22 "common/extension_bridge.js" 23 ] 24 } 25 ] 26 }