Free VPN for Edge: Fast & Unlimited Proxy

Free VPN for Edge: Fast & Unlimited Proxy

Enhance your online privacy and access geo-restricted content with just a few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Free VPN for Edge: Fast & Unlimited Proxy",
  "version": "2.1.0",
  "description": "Enhance your online privacy and access geo-restricted content with just a few clicks. ",
  "permissions": [
    "proxy",
    "storage",
    "tabs",
    "scripting",
    "contextMenus",
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}