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", "version": "1.6.5", "manifest_version": 3, "minimum_chrome_version": "106", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "offline_enabled": true, "default_locale": "en", "content_security_policy": { "default-src": "self", "connect-src": "https:\/\/*", "object-src": "none", "script-src": "self", "style-src": "'unsafe-inline' https:\/\/fonts.googleapis.com\/", "font-src": "https:\/\/fonts.gstatic.com\/", "img-src": "'self' data:" }, "background": { "service_worker": "js\/background_script_binary.js" }, "permissions": [ "storage", "enterprise.deviceAttributes", "enterprise.platformKeys", "clipboardWrite", "alarms", "notifications", "identity", "identity.email", "platformKeys" ], "storage": { "managed_schema": "managed_policy_schema.json" }, "action": { "default_icon": { "19": "img\/security_googblue_19dp.png", "38": "img\/security_googblue_38dp.png" } }, "host_permissions": [ "https:\/\/*\/*" ], "icons": { "16": "img\/security_googblue_16dp.png", "19": "img\/security_googblue_19dp.png", "38": "img\/security_googblue_38dp.png", "128": "img\/security_googblue_128dp.png" } }