EdgeVPN - Free VPN & Unlimited Proxy

EdgeVPN - Free VPN & Unlimited Proxy

Fast, ultra secure, and easy to use VPN service to protect your privacy online. Enjoy Unlimited Traffic and Bandwidth!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/bhakpmepoahoiinhafnbodjopcdafoco",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}