Simple Proxy Toggle Firefox

Examine source code of Simple Proxy Toggle

By: Strega
Inspect and view changes in Simple Proxy Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ProxyToggle",
  "version": "0.1",
  "description": "A convenient toolbar button to toggle top-level proxy settings.",
  "icons": {
    "48": "img/socks.svg"
  },
  "permissions": [
    "proxy"
  ],
  "background": {
    "scripts": [
      "src/pt-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/socks.svg",
    "default_title": "ProxyToggle",
    "default_popup": "src/pt-popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "proxytoggle@example.com"
    }
  }
}

Best Simple Proxy Toggle Alternatives

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