SandVPN - Free, Fast, Unlimited VPN Proxy

SandVPN - Free, Fast, Unlimited VPN Proxy

Fast, Secure, Stable

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SandVPN - Free, Fast, Unlimited VPN Proxy",
  "minimum_chrome_version": "108",
  "description": "Fast, Secure, Stable",
  "version": "1.7.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "SandVPN"
  },
  "icons": {
    "48": "logo.png"
  },
  "permissions": [
    "identity",
    "tabs",
    "privacy",
    "proxy",
    "management",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "storage",
    "browsingData"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}