Quick Proxy Toggle Firefox

Examine source code of Quick Proxy Toggle

Inspect and view changes in Quick Proxy Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Proxy Toggle",
  "version": "1.0.4",
  "description": "Toggle Firefox proxy between Manual (1) and None (0) and keep your settings.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "proxy",
    "privacy",
    "storage",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "proxy-toggle-three@example.com",
      "strict_min_version": "91.1.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "incognito": "spanning",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle Proxy",
    "default_icon": "icon.svg"
  },
  "commands": {
    "toggle-proxy": {
      "suggested_key": {
        "default": "Ctrl+Shift+P"
      },
      "description": "Toggle proxy on/off"
    }
  }
}

Best Quick Proxy Toggle Alternatives

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