Browser VPN - Free and unlimited VPN proxy

Browser VPN - Free and unlimited VPN proxy

Free vpn proxy service to change IP address, unblock websites, safe and fast, no need to log in, one click to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "permissions": [
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/ofpmcgmdbimpjkgiohhkkhgmkbblkkkl",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "default_locale": "en",
  "version": "1.0.7",
  "icons": {
    "128": "img/browser_logo.png"
  },
  "action": {
    "default_icon": {
      "32": "img/browser_logo.png"
    }
  }
}