Proxy Toggle Firefox

Examine source code of Proxy Toggle

By: Ben
Inspect and view changes in Proxy Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy Toggle",
  "version": "1.3",
  "description": "Button to switch between system-set (off) and manually-set (on) proxy.",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "permissions": [
    "proxy"
  ],
  "browser_action": {
    "default_icon": {
      "32": "proxy_off-32.png",
      "64": "proxy_off-64.png"
    },
    "default_title": "Turn on proxy"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Proxy Toggle Alternatives

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