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", "background": { "scripts": [ "background.js", "analytics.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/icon-128-disabled.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "js": [ "content.js" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "128": "icons\/icon-128.png", "300": "icons\/icon-300.png" }, "default_locale": "en", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "version": "0.1.2" }