Edge Redirector Firefox

Examine source code of Edge Redirector

Inspect and view changes in Edge Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Edge Redirector",
  "version": "1.22",
  "description": "Redirects specified domains to Microsoft Edge",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "edgeredirector@werkraum.hk",
      "strict_min_version": "144.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Edge Redirector Alternatives

Here are some Firefox add-ons that are similar to Edge Redirector: