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": "WhiteProxies - Browser VPN",
"description": "WhiteProxies browser VPN allows you to use our residential IPs in Browser.",
"version": "2.0",
"icons": {
"128": "assets\/img\/128.png"
},
"action": {
"default_icon": "assets\/img\/icon.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"<all_urls>"
]
}