Quick Proxy Toggle

Quick Proxy Toggle

Proxy Toggle alternative that toggles between your normal proxy settings and no proxy. Supports PAC URL!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Quick Proxy Toggle",
  "version": "1",
  "description": "Proxy Toggle alternative that toggles between your normal proxy settings and no proxy. Supports PAC URL!",
  "developer": {
    "name": "Delan Azabani",
    "url": "https://www.azabani.com"
  },
  "permissions": [
    "proxy"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "network-wired.svg"
  },
  "browser_action": {
    "default_icon": "network-wired.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}