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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.2.2",
  "name": "VPN Master - Free HTTP and SOCKS Proxies",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.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"
  ],
  "host_permissions": [
    "http://pubproxy.com/api/proxy",
    "https://api.getproxylist.com/proxy",
    "http://checkip.dyndns.org/",
    "https://www.proxy-list.download/api/v1/get",
    "https://proxylist.geonode.com/api/proxy-list",
    "https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/json/proxies.json",
    "https://raw.githubusercontent.com/scidam/proxy-list/master/proxy.json"
  ],
  "homepage_url": "https://add0n.com/network-master.html",
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_popup": "data/popup/index.html"
  },
  "commands": {
    "_execute_action": {
      "description": "Press the action button"
    }
  }
}