Free VPN Server Finder

Free VPN Server Finder

Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.0",
  "author": "Pabitra Banerjee",
  "name": "Free VPN Server Finder",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.vpngate.net/api/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "homepage_url": "https://pabitrabanerjee.newsgoogle.org",
  "action": {
    "default_popup": "/data/popup/index.html"
  },
  "icons": {
    "16": "icon.png",
    "19": "icon.png",
    "32": "icon.png",
    "38": "icon.png",
    "48": "icon.png",
    "64": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}