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": "ProxyEmpire Proxy Manager",
"description": "Manage your proxies with ease",
"version": "1.0.2",
"background": {
"service_worker": "\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-bw.png"
},
"icons": {
"128": "icon-bw.png"
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"declarativeNetRequest",
"storage",
"browsingData",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"\/kill-switch-communication.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"options_page": "options.html"
}