Proxy Shortcut Toggle Firefox

Examine source code of Proxy Shortcut Toggle

By: domcyt
Inspect and view changes in Proxy Shortcut Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy Shortcut Toggle",
  "version": "0.9",
  "description": "Toggle between Mullvad Wireguard SOCKS5 proxy setting on/off. Wanted minimal permissions only.",
  "icons": {
    "48": "icons/off-48.png"
  },
  "permissions": [
    "storage",
    "proxy"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/off-48.png",
    "default_title": "Proxy Off"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{aab31f96-b5c1-41a3-af14-53b15c0229f9}"
    }
  }
}

Best Proxy Shortcut Toggle Alternatives

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