Greenhub Free VPN - Secure and Unblock VPN

Greenhub Free VPN - Secure and Unblock VPN

Unblock any website with the Greenhub VPN proxy that protects your IP and lets you browse privately for free For Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "/js/content-script.js"
      ],
      "matches": [
        "https://options.discordmate.top/*"
      ],
      "run_at": "document_start"
    }
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/knmhokeiipedacnhpjklbjmfgedfohco",
  "version": "0.11.1"
}