Mudfish - HTTP Proxy

Mudfish - HTTP Proxy

Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_short_name__",
  "description": "__MSG_manifest_description__",
  "version": "4.6.4",
  "default_locale": "en",
  "action": {
    "default_icon": "images/appIcon/default-icon-b.png",
    "default_popup": "html/popup_connect.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "images/appIcon/16-icon.png",
    "32": "images/appIcon/32-icon.png",
    "48": "images/appIcon/48-icon.png",
    "128": "images/appIcon/128-icon.png"
  },
  "offline_enabled": false,
  "web_accessible_resources": [
    {
      "resources": [
        "/html/staticnodes.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/proxy.js"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}