Custom New Tab Page Firefox

Examine source code of Custom New Tab Page

By: Axel Add-on
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
{
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "activeTab",
    "storage",
    "declarativeNetRequest",
    "alarms"
  ],
  "version": "1.0.8",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6fe1f1ed-a284-4803-92b7-a7ceb55cfe7d}"
    }
  }
}

Best Custom New Tab Page Alternatives

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