Metrow Proxy Manager

Metrow Proxy Manager

Create and navigate through multiple proxy profiles effortlessly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Metrow Proxy Manager",
  "description": "Create and navigate through multiple proxy profiles effortlessly",
  "version": "0.0.2",
  "background": {
    "scripts": [
      "listen.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/metrow-16.png",
    "48": "icons/metrow-48.png",
    "128": "icons/metrow-128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.metrow.com/*"
    ]
  }
}