Proxy Switcher and Manager

Proxy Switcher and Manager

Manage and switch between multiple proxies quickly and easily through profiles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Proxy Switcher and Manager",
  "description": "Manage and switch between multiple proxy types (SOCKS, PAC, and Direct) with profile support",
  "version": "0.5.2",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "storage",
    "notifications",
    "proxy"
  ],
  "optional_permissions": [
    "*://*/*",
    "webRequest"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "browser_action": {
    "default_popup": "data/panel/index.html"
  },
  "background": {
    "scripts": [
      "data/panel/utils.js",
      "data/panel/firefox-proxy.js",
      "common.js"
    ]
  },
  "homepage_url": "https://add0n.com/proxy-switcher.html",
  "icons": {
    "16": "data/icons/16.png",
    "24": "data/icons/24.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  },
  "applications": {
    "gecko": {
      "id": "{e4a12b8a-ab12-449a-b70e-4f54ccaf235e}",
      "strict_min_version": "91.1.0"
    }
  }
}