Proxy Switcher and Manager Firefox

Examine source code of Proxy Switcher and Manager

Inspect and view changes in Proxy Switcher and Manager source codes across current and past versions
Please login to examine the extension's source code.
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"
    }
  }
}

Best Proxy Switcher and Manager Alternatives

Here are some Firefox add-ons that are similar to Proxy Switcher and Manager: