uVPN vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
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",
"name": "uVPN",
"version": "1.1.1",
"description": "uVPN vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
"permissions": [
"http://*/*",
"storage",
"proxy"
],
"background": {
"scripts": [
"static/js/background.js",
"static/js/jquery.min.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "static/img/logo@2x.png",
"default_title": "uVPN",
"default_popup": "popup.html"
},
"icons": {
"16": "static/img/logo@2x.png",
"32": "static/img/logo@2x.png",
"48": "static/img/logo@2x.png",
"128": "static/img/logo@2x.png"
},
"manifest_version": 2
}