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_extension_name__", "short_name": "__MSG_extension_name_short__", "version": "2.0.2218", "manifest_version": 3, "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "gcm", "alarms", "webNavigation", "webRequest", "tabs", "storage", "contextMenus", "geolocation", "management", "notifications", "identity", "identity.email", "enterprise.deviceAttributes", "offscreen" ], "action": { "default_icon": { "16": "res\/icon-16x16.png", "48": "res\/icon-48x48.png", "128": "res\/icon-128x128.png" }, "default_popup": "src\/options\/menu.html" }, "icons": { "16": "res\/icon-16x16.png", "48": "res\/icon-48x48.png", "128": "res\/icon-128x128.png" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "src\/block\/*", "src\/enc\/*", "res\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "storage": { "managed_schema": "src\/managed\/managed_schema.json" }, "externally_connectable": { "__comment__": "Externally connectable hosts for Central SSP enrollment configurations.", "matches": [ "*:\/\/*.dialogs.de\/*", "*:\/\/*.sophos.com\/*", "*:\/\/*.sandbox.sophos\/*" ] }, "host_permissions": [ "<all_urls>" ], "minimum_chrome_version": "110" }