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, "version": "0.0.1", "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "background": { "service_worker": "serviceWorker.js" }, "icons": { "64": "img\/icon.png" }, "permissions": [ "proxy", "webRequest", "webRequestAuthProvider", "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "offscreen" ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/*" ] }