Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.9", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_appTitle__", "default_icon": { "32": "icons\/icon-disconnected.png" } }, "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "management", "offscreen" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }