Switcher - A Powerful Proxy Manager Firefox

Examine source code of Switcher - A Powerful Proxy Manager

Inspect and view changes in Switcher - A Powerful Proxy Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Switcher",
  "version": "2.0.1",
  "author": "Vahid Heidari",
  "developer": {
    "name": "Vahid Heidari",
    "url": "https://github.com/vheidari"
  },
  "description": "A Proxy Settings Switcher for Firefox",
  "icons": {
    "32": "src/images/icons/tunnel_c_32x32.png"
  },
  "commands": {
    "switch": {
      "suggested_key": {
        "default": "Ctrl+Alt+S"
      },
      "description": "Switch to system proxy, no proxy, and manual proxy mode in Firefox."
    }
  },
  "permissions": [
    "proxy"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ad1063a-6774-4627-af9c-d9250e609efc}",
      "strict_min_version": "91.1.0"
    }
  },
  "omnibox": {
    "keyword": "switcher"
  },
  "browser_action": {
    "default_icon": {
      "32": "src/images/icons/tunnel_c_32x32.png"
    },
    "default_title": "Switcher",
    "default_popup": "src/panel/Switcher.html"
  },
  "background": {
    "scripts": [
      "src/scripts/browser_actions.js",
      "src/scripts/background_startup.js",
      "src/scripts/background_events.js",
      "src/scripts/panel_functions.js",
      "src/scripts/panel_events.js"
    ]
  }
}

Best Switcher - A Powerful Proxy Manager Alternatives

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