Ghost VPN - Free VPN for Chrome

Ghost VPN - Free VPN for Chrome

Free, secure, private browsing with our free VPN & Proxy extension. Unblock global content and protect your online data.

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_extName__",
  "action": {
    "default_popup": "popup.html"
  },
  "version": "1.1.3",
  "description": "__MSG_extDesc__",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "proxy",
    "storage"
  ],
  "host_permissions": [
    "https://clients2.google.com/"
  ],
  "externally_connectable": {
    "matches": [
      "https://clients2.google.com/*"
    ]
  },
  "short_name": "Ghost VPN",
  "default_locale": "en"
}