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", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "activeTab", "<all_urls>", "*:\/\/*\/*", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "144": "icons\/144.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" }