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", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "images\/icon.png", "default_popup": "lib\/select\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "128": "images\/icon.png" }, "options_page": "lib\/settings\/settings.html", "manifest_version": 3, "minimum_chrome_version": "109.0.0.0", "default_locale": "en", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "permissions": [ "proxy", "tabs", "webRequest", "storage", "unlimitedStorage", "alarms", "scripting", "declarativeNetRequest", "webRequestAuthProvider", "webNavigation", "management" ], "host_permissions": [ "<all_urls>" ], "version": "1.0.1" }