Inspect and view changes in VPNCity - Fast & Unlimited VPN | Unblocker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"author": "Think Huge Ltd",
"background": {
"service_worker": "js/service_worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/warning.js"
]
}
],
"description": "VPNCity - Fast, Secure & Unlimited VPN | Unblock Sites",
"host_permissions": [
"https://www.vpncity.com/",
"<all_urls>"
],
"icons": {
"128": "icon_128.png"
},
"manifest_version": 3,
"name": "VPNCity - Fast & Unlimited VPN | Unblocker",
"permissions": [
"alarms",
"offscreen",
"privacy",
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"version": "2.2.2"
}