Custom Start Tab Firefox

Examine source code of Custom Start Tab

Inspect and view changes in Custom Start Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Start Tab",
  "description": "Custom start tab by ShamHyper",
  "version": "1.12.1",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "customchrometab@firefox-id"
    }
  }
}

Best Custom Start Tab Alternatives

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