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": "Uncensor VPN",
"description": "Uncensor VPN \u2013 Secure, Fast & Private VPN Extension for Chrome",
"version": "1.0.1",
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_title": "UncensorVPN",
"default_icon": "icon48x48.png"
},
"permissions": [
"tabs",
"privacy",
"webRequest",
"webRequestAuthProvider",
"proxy",
"storage",
"cookies",
"management"
],
"incognito": "spanning",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"icons": {
"16": "icon16x16.png",
"32": "icon32x32.png",
"48": "icon48x48.png",
"64": "icon64x64.png"
},
"background": {
"service_worker": "background.js"
}
}