Voyager VPN - Free VPN extension for Chrome

Voyager VPN - Free VPN extension for Chrome

VPN proxy extension to access any website. Change your IP address with Free VPN - Voyager VPN. Unlimited VPN bandwidth and time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "version": "1.2.2",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_popup": "./popup/index.html"
  },
  "background": {
    "service_worker": "./background/index.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "proxy",
    "webRequest",
    "webRequestAuthProvider",
    "history",
    "privacy",
    "tabs",
    "unlimitedStorage",
    "background",
    "alarms",
    "management",
    "browsingData"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}