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__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "version": "0.1.0", "icons": { "128": "icons\/logo_128.png" }, "action": { "default_popup": "popup\/index.html", "default_title": "ExtraSound", "default_icon": "icons\/logo_128.png" }, "background": { "service_worker": "worker.js" }, "permissions": [ "offscreen", "tabCapture", "tabs", "scripting", "storage", "declarativeNetRequest" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }