Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.5.8", "default_locale": "en", "permissions": [ "sidePanel", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/* http:\/\/*;" }, "background": { "service_worker": "serviceworker.js" }, "name": "__MSG_ext_title__", "description": "__MSG_ext_desc__", "action": { "default_title": "Open DeepSider", "default_icon": { "48": "extIcons\/action_48.png" }, "default_popup": "popup.html" }, "icons": { "16": "extIcons\/icon_16.png", "32": "extIcons\/icon_32.png", "48": "extIcons\/icon_48.png", "128": "extIcons\/icon_128.png" }, "side_panel": { "default_path": "sidePanel.html" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*" ] } ] }