Custom New Tab Title Firefox

Examine source code of Custom New Tab Title

Inspect and view changes in Custom New Tab Title 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 Title",
  "description": "Apply a custom (window) title to the New Tab page.",
  "version": "1.0.0",
  "author": "Bernd Bestel",
  "homepage_url": "https://github.com/berrnd/custom-new-tab-title",
  "applications": {
    "gecko": {
      "id": "{7e06185e-34ab-4335-bd40-0b59db71f8ed}"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best Custom New Tab Title Alternatives

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