VPN unlimited, free VPN with private browsing

VPN unlimited, free VPN with private browsing

Free VPN to Browse online and protect privacy. Change your IP and unblock any websites for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "VPN",
  "version": "1.0.0",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "action": {
    "default_popup": "/popup.html",
    "default_title": "VPN"
  },
  "icons": {
    "16": "asset/logo16.png",
    "48": "asset/logo48.png",
    "128": "asset/logo128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "proxy"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  }
}