Proxy activator

Proxy activator

This addon allows you to enable and disable use of a proxy, which was manually specified in the browser settings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Proxy activator",
  "version": "1.1.0",
  "description": "__MSG_description__",
  "author": "Obhod911",
  "applications": {
    "gecko": {
      "strict_min_version": "60.0"
    }
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "images/16.png",
      "19": "images/19.png",
      "20": "images/20.png",
      "32": "images/32.png",
      "38": "images/38.png",
      "40": "images/40.png"
    },
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "options_ui": {
    "browser_style": false,
    "page": "popup.html"
  },
  "permissions": [
    "proxy"
  ],
  "short_name": "proxy_activator"
}