Magic VPN - Best Free VPN for Edge

Magic VPN - Best Free VPN for Edge

Free and secure proxy accelerator plug-in, protect your privacy and enjoy unrestricted Internet services.

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/magic-logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/magic-logo.png"
    }
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/dgbhmbogkcdheijkkdmfhodkamcaiheo",
  "version": "1.0.17",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}