Open a new tab (Ctrl+T) Firefox

Examine source code of Open a new tab (Ctrl+T)

Inspect and view changes in Open a new tab (Ctrl+T) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Opens a new tab like the original new tab button or the shortcut (Ctrl+T)",
  "manifest_version": 2,
  "name": "Open a new tab (Ctrl+T)",
  "version": "1.0.5resigned1",
  "background": {
    "scripts": [
      "newtab.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/white-16.png",
      "32": "icons/white-32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3e54f93-6594-4862-8cc6-60278a28ad5b}"
    }
  }
}

Best Open a new tab (Ctrl+T) Alternatives

Here are some Firefox add-ons that are similar to Open a new tab (Ctrl+T):