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": 3, "name": "__MSG_extName__", "version": "1.0.1", "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "tabs", "windows", "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'none'; default-src 'self'; connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src https: http: data: 'self'" } }