VPN GLOBAL -Free VPN Extension for Windows

VPN GLOBAL -Free VPN Extension for Windows

UNLIMITED, SUPERFAST, ANONYMOUS and SECURE VPN Proxy. get access to restricted sites

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": "Privacy VPN",
  "version": "2.0.0",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "action": {
    "default_popup": "/popup.html",
    "default_title": "Privacy VPN"
  },
  "icons": {
    "16": "asset/logo16.png",
    "48": "asset/logo48.png",
    "128": "asset/logo128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "proxy",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  }
}