New TAB Redirect Firefox

Examine source code of New TAB Redirect

By: UNKNOWN
Inspect and view changes in New TAB Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Redirect Extension",
  "version": "2.0",
  "description": "Redirects all pages to a specific URL.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "freestartjoin@gmail.com"
    }
  },
  "action": {
    "default_title": "New Tab Redirect"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}

Best New TAB Redirect Alternatives

Here are some Firefox add-ons that are similar to New TAB Redirect: