Hare - Safe Fast VPN Proxy

Hare - Safe Fast VPN Proxy

Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.4",
  "minimum_chrome_version": "88",
  "homepage_url": "https://hare.bosfast.com",
  "default_locale": "en",
  "options_page": "options.html",
  "action": {
    "default_title": "__MSG_name__",
    "default_icon": "static/img/icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "hare.js"
  },
  "icons": {
    "16": "static/img/icon16.png",
    "24": "static/img/icon24.png",
    "128": "static/img/icon128.png"
  },
  "permissions": [
    "management",
    "proxy",
    "alarms",
    "storage"
  ],
  "manifest_version": 3
}