Simple Proxy client

Simple Proxy client

Simple proxy client can let browse web through proxy with in a profile. You can use other profile for no proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Simple Proxy client",
  "version": "0.4",
  "description": "Simple proxy client can let browse web through proxy with in a profile. You can use other profile for no proxy.",
  "author": "[email protected]",
  "default_locale": "en",
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "permissions": [
    "proxy"
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}