System Proxy Switch Firefox

Examine source code of System Proxy Switch

Inspect and view changes in System Proxy Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SystemProxySwitch",
  "version": "1.0",
  "description": "A simple proxy switcher to switch between noproxy and system proxy",
  "background": {
    "scripts": [
      "browser_action.js"
    ]
  },
  "icons": {
    "48": "icons/grayscale-48.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/grayscale-32.png"
    }
  },
  "permissions": [
    "<all_urls>",
    "proxy"
  ],
  "incognito": "spanning",
  "web_accessible_resources": [
    "icons/color-32.png",
    "icons/grayscale-32.png",
    "icons/grayscale-48.png"
  ]
}

Best System Proxy Switch Alternatives

Here are some Firefox add-ons that are similar to System Proxy Switch: