VPN Ultimate - Free VPN for Edge

VPN Ultimate - Free VPN for Edge

VPN Unlimited - get online safely, anonymously and accessibility. VPN extension to access any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.3",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "storage",
    "declarativeNetRequest",
    "webRequest"
  ],
  "host_permissions": [
    "https://proxies.sweet-vpn.com/*",
    "<all_urls>"
  ],
  "icons": {
    "32": "/img/32.png",
    "128": "/img/128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": {
      "16": "/img/16.png",
      "24": "/img/24.png",
      "32": "/img/32.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}