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",
"name": "ProxyControl",
"version": "1.4.7.11",
"default_locale": "en",
"description": "Manage setting of connect of proxy in your browser so quickly and so easily as you want.",
"permissions": [
"proxy",
"tabs",
"alarms",
"storage",
"unlimitedStorage",
"webRequest",
"webRequestAuthProvider",
"declarativeNetRequest",
"contextMenus",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"options_page": "options.html",
"background": {
"service_worker": "scripts\/background.js"
},
"commands": {
"options": {
"suggested_key": {
"default": "Ctrl+Shift+5"
},
"global": true,
"description": "Open option page"
},
"onProxy": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"global": true,
"description": "Enable proxy"
},
"offProxy": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"global": true,
"description": "Disable proxy"
}
},
"action": {
"default_title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0440\u043e\u043a\u0441\u0438",
"default_icon": "icons\/off.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"manifest_version": 3
}