VPN Master - Free HTTP and SOCKS Proxies

VPN Master - Free HTTP and SOCKS Proxies

A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.1.5",
  "name": "VPN Master - Free HTTP and SOCKS Proxies",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "data/icons/16.png",
    "18": "data/icons/18.png",
    "19": "data/icons/19.png",
    "32": "data/icons/32.png",
    "36": "data/icons/36.png",
    "38": "data/icons/38.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "permissions": [
    "storage",
    "proxy",
    "https://gimmeproxy.com/api/getProxy",
    "https://api.getproxylist.com/proxy",
    "http://checkip.dyndns.org/"
  ],
  "homepage_url": "https://add0n.com/network-master.html",
  "background": {
    "persistent": false,
    "scripts": [
      "firefox-proxy.js",
      "api.js",
      "vpn.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "data/popup/index.html"
  }
}