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", "default_locale": "en", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_desc__", "short_name": "__MSG_name__", "action": { "default_icon": "icons\/icon32.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "static\/js\/background.js", "type": "module" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/App.css", ".\/static\/css\/sidebar.css" ], "all_frames": true } ], "permissions": [ "downloads", "storage", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "version": "2.2.7" }