WonderSwitcher

WonderSwitcher

Switch between HTTP proxies quickly and easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WonderSwitcher",
  "description": "Switch between HTTP proxies quickly and easily",
  "version": "6.0.0",
  "minimum_chrome_version": "96",
  "icons": {
    "16": "16x16.e99e44d4.png",
    "32": "32x32.fb5e7568.png",
    "48": "48x48.8295f561.png",
    "128": "128x128.6d88511d.png"
  },
  "action": {
    "default_popup": "popup.994bb8f1.html",
    "default_title": "WonderSwitcher",
    "default_icon": "48x48-inactive.6897fe9d.png"
  },
  "background": {
    "service_worker": "background.bbc90513.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.wonderproxy.com/*"
      ],
      "js": [
        "wp-site.runtime.b27d107d.js",
        "wp-site.348b1c96.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "geo.runtime.40f62398.js",
        "geo.3a9c0ec4.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true,
      "css": []
    }
  ],
  "options_ui": {
    "page": "options.55aefb77.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequestWithHostAccess",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content_scripts/geo-setup.js",
        "content_scripts/geo-setoverrides.js",
        "content_scripts/geo-setoriginals.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://*.wonderproxy.com/*"
      ],
      "resources": [
        "48x48-inactive.6897fe9d.png",
        "48x48-active.17dc12c7.png",
        "48x48-warn.60d9a594.png"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "48x48-inactive.6897fe9d.png",
        "48x48-active.17dc12c7.png",
        "48x48-warn.60d9a594.png"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ]
}