New Tab Override Edge

Examine source code of New Tab Override

Inspect and view changes in New Tab Override source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "New Tab Override",
  "description": "Override your new tab page to a custom URL.",
  "version": "1.0.1",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "file:///"
  ],
  "chrome_url_overrides": {
    "newtab": "ui/newtab.html"
  },
  "options_ui": {
    "page": "ui/options.html",
    "open_in_tab": true
  },
  "incognito": "not_allowed",
  "action": {
    "default_popup": "ui/options.html",
    "default_icon": {
      "16": "icons/nt-16.png",
      "32": "icons/nt-32.png",
      "48": "icons/nt-48.png",
      "128": "icons/nt-128.png",
      "256": "icons/nt-256.png"
    }
  },
  "icons": {
    "16": "icons/nt-16.png",
    "32": "icons/nt-32.png",
    "48": "icons/nt-48.png",
    "128": "icons/nt-128.png",
    "256": "icons/nt-256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best New Tab Override Alternatives

Here are some Edge add-ons that are similar to New Tab Override: