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_app_name__",
"short_name": "bps",
"version": "5.6.1",
"description": "__MSG_description__",
"icons": {
"16": "icon\/icon-16.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png"
},
"action": {
"default_title": "Best Proxy Switcher",
"default_popup": "popup.html",
"default_icon": {
"19": "19\/icon\/disabled.png",
"38": "38\/icon\/disabled.png"
}
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"management",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": ".\/background.js",
"type": "module"
},
"commands": {
"enable-proxy": {
"suggested_key": {
"default": "Ctrl+Shift+X"
},
"description": "Enable Proxy Server"
},
"disable-proxy": {
"suggested_key": {
"default": "Ctrl+Shift+Z"
},
"description": "Disable Proxy Server"
}
},
"default_locale": "en"
}