Custom New Tab Page Firefox

Examine source code of Custom New Tab Page

By: Hase
Inspect and view changes in Custom New Tab Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom New Tab Page",
  "version": "1.0",
  "description": "Replaces the new tab page with a custom background",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg",
    "256": " icons/icon.svg"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "assets/pop-up-1480.webm"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firepageV1@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Custom New Tab Page Alternatives

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