A Fine Start - minimal new tab page Firefox

Examine source code of A Fine Start - minimal new tab page

Inspect and view changes in A Fine Start - minimal 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": "A Fine Start - minimal new tab page",
  "short_name": "A Fine Start",
  "version": "3.0.14",
  "author": "Blake Watson",
  "description": "A minimal new tab page for Firefox that presents your favorite links as a clean, simple list.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "128": "128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Add current page to A Fine Start",
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "128": "128.png"
    },
    "default_popup": "action/popup.html"
  },
  "commands": {
    "search": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Search in A Fine Start"
    },
    "privacy_mode": {
      "suggested_key": {
        "default": "Alt+Shift+G",
        "mac": "MacCtrl+Shift+G"
      },
      "description": "Toggle privacy mode"
    }
  },
  "chrome_url_overrides": {
    "newtab": "bookmarks/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://afinestart.me/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "https://afinestart.me/*",
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6ee58ac9-365a-4418-8c4d-4140be3cf7b6}"
    }
  }
}

Best A Fine Start - minimal new tab page Alternatives

Here are some Firefox add-ons that are similar to A Fine Start - minimal new tab page: