Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "version": "2.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "icons": { "16": "images\/on16.png", "48": "images\/on48.png", "128": "images\/on.png" }, "permissions": [ "proxy", "tabs", "storage", "webRequest", "webRequestAuthProvider", "offscreen" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "commands": { "open-option": { "suggested_key": { "default": "Alt+O" }, "description": "Open option page" } }, "options_page": "options.html", "action": { "default_icon": "images\/off.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "88.0.0" }