Custom Tab URL Firefox

Examine source code of Custom Tab URL

Inspect and view changes in Custom Tab URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom New Tab",
  "version": "1.0.1",
  "description": "Set any URL as your new tab page",
  "permissions": [
    "storage"
  ],
  "host_permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "customnewtab.firefox.znlqz@8shield.net",
      "strict_min_version": "58.0"
    }
  }
}

Best Custom Tab URL Alternatives

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