VPN Proxy

VPN Proxy

VPN Proxy 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": "VPN Proxy",
  "version": "1.1.1",
  "description": "VPN Proxy 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": "VPN Proxy",
    "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
}