uVPN

uVPN

uVPN vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

Merlin
Additional files are visible only to premium users

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/[email protected]",
    "default_title": "uVPN",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "static/img/[email protected]",
    "32": "static/img/[email protected]",
    "48": "static/img/[email protected]",
    "128": "static/img/[email protected]"
  },
  "manifest_version": 2
}