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 Edge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/xrpa-data-module/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/xrpa-data-module/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rule.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/xrpa-data-module/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/hholdpohidinjmkoanabdchniingdfac",
  "version": "0.9.30",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}