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_name__", "version": "0.0.1", "description": "__MSG_description__", "manifest_version": 3, "action": { "default_icon": { "16": "img\/logo_16x16.png", "24": "img\/logo_24x24.png", "32": "img\/logo_32x32.png" }, "default_title": "__MSG_short_name__" }, "default_locale": "en", "icons": { "16": "img\/logo_16x16.png", "32": "img\/logo_32x32.png", "48": "img\/logo_48x48.png", "128": "img\/logo_128x128.png" }, "background": { "service_worker": "js\/bg.js", "type": "module" }, "content_scripts": [], "permissions": [ "tabs", "activeTab", "storage", "favicon" ], "optional_permissions": [], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "\/js\/*", "\/assets\/*", "\/img\/*", "sidebar.html", "logo.svg" ], "matches": [ "<all_urls>" ], "use_dynamic_url": false } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'" } }