Proxyfy

Proxyfy

Tiny proxy switcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "19": "icons/icon_19.png",
      "38": "icons/icon_38.png"
    },
    "default_title": "Proxyfy",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "proxy"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "name": "Proxyfy",
  "description": "Tiny proxy switcher",
  "version": "2.1.6"
}