Proxyhorse

Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Proxyhorse",
  "version": "0.3.1",
  "description": "Proxyhorse plugin which automatically sets up proxy in your browser",
  "manifest_version": 3,
  "incognito": "spanning",
  "action": {
    "default_icon": "favicon_32.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "proxy",
    "storage"
  ],
  "icons": {
    "16": "favicon_16.png",
    "32": "favicon_32.png",
    "48": "favicon_48.png",
    "64": "favicon_64.png",
    "128": "favicon_128.png"
  },
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}