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": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "1.6.0", "default_locale": "en", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon-off.png", "default_title": "__MSG_browser_action_disable__", "persistent": true }, "minimum_chrome_version": "17.0.0.0", "permissions": [ "storage", "webRequest", "<all_urls>", "tabs", "webRequestBlocking" ], "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [] }