Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Recognization", "description": "VR", "short_name": "VR", "version": "1.1", "manifest_version": 2, "icons": { "48": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "browser_action": { "default_icon": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png" }, "default_title": "Click Here", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*\/*", "https:\/\/*\/", "http:\/\/*\/", "<all_urls>", "https:\/\/ajax.googleapis.com\/*" ], "web_accessible_resources": [ "testpage.html" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/contentScript.js" ], "css": [ "css\/tracker.css" ], "all_frames": false } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" }