Free VPN | Good VPN

Free VPN | Good VPN

Free VPN For Edge Extension is Good VPN, Free VPN extension to access any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en_US",
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png"
    },
    "default_popup": "data/panel/index.html",
    "default_title": "Free Vpn"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "data/icons/16.png",
    "48": "data/icons/48.png",
    "128": "data/icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/icons/32.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://newapptome.com/*",
    "http://api.ipify.org/*",
    "https://app-how-to-use-it.com/FVPVPN.json",
    "*://*/*"
  ],
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "proxy",
    "tabs",
    "unlimitedStorage",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "declarativeNetRequest"
  ],
  "short_name": "FreeVpn",
  "version": "0.0.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}