Proxy Toggle (System) Firefox

Examine source code of Proxy Toggle (System)

Inspect and view changes in Proxy Toggle (System) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy Toggle (System)",
  "version": "1.2",
  "description": "Toggle system proxy on/off",
  "permissions": [
    "proxy",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Proxy Toggle",
    "default_icon": {
      "48": "icons/off.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fastproxytoggle@local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Proxy Toggle (System) Alternatives

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