Container Proxy v1.0.3 Firefox

Examine source code of Container Proxy v1.0.3

By: bigsk1
Inspect and view changes in Container Proxy v1.0.3 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Container Proxy",
  "version": "1.0.3",
  "description": "Assign different proxies to Firefox containers for secure browsing",
  "permissions": [
    "storage",
    "contextualIdentities",
    "proxy",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Container Proxy Settings",
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "container-proxy@bigsk1.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Container Proxy v1.0.3 Alternatives

Here are some Firefox add-ons that are similar to Container Proxy v1.0.3: