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", "description": "__MSG_extDesc__", "version": "1.0.3", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon_light-theme-32.png" }, "icons": { "16": "icon_light-theme-16.png", "32": "icon_light-theme-32.png", "128": "icon-128.png" }, "web_accessible_resources": [ "icon-128.png", "icon_light-theme-32.png", "icon_light-theme-16.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" }