Custom URL New Tab Firefox

Examine source code of Custom URL New Tab

Inspect and view changes in Custom URL New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom URL New Tab",
  "version": "1.0",
  "description": "Extremely simple new tab extension that just renders the given page.",
  "homepage_url": "https://github.com/MrDiamondDog/simple-url-new-tab",
  "browser_specific_settings": {
    "gecko": {
      "id": "urlnewtab@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_title": "New Tab Options",
    "default_popup": "options.html"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}

Best Custom URL New Tab Alternatives

Here are some Firefox add-ons that are similar to Custom URL New Tab: