ZoogVPN - Free VPN for Chrome & Proxy

ZoogVPN - Free VPN for Chrome & Proxy

Simple and reliable VPN for Chrome that connects instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.26",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "permissions": [
    "proxy",
    "tabs",
    "webRequest",
    "webRequestAuthProvider",
    "offscreen",
    "browsingData",
    "storage",
    "management"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./images/icons/19x19-grey.png",
    "32": "./images/icons/32x32-green.png",
    "48": "./images/icons/48x48-green.png",
    "128": "./images/icons/128x128-green.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}