Squid VPN - Hotspot VPN & Private Browser

Squid VPN - Hotspot VPN & Private Browser

Free and secured vpn connection with a wide choice of GEO. It’s an unlimited vpn proxy service to change ip address.

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_name__",
  "short_name": "VPN",
  "version": "3.0.0",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "action": {
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "icons": {
    "16": "asset/logo16.png",
    "48": "asset/logo48.png",
    "128": "asset/logo128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "proxy",
    "alarms",
    "management"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  }
}