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", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.4", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png", "128": "assets\/icons\/128.png" }, "action": { "default_title": "__MSG_tipBrowserAction__", "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png", "128": "assets\/icons\/128.png" } }, "minimum_chrome_version": "88", "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "proxy", "webRequest", "webRequestAuthProvider", "browsingData", "offscreen" ], "background": { "service_worker": "scripts\/background.bundle.js" } }