Greeting New Tab Firefox

Examine source code of Greeting New Tab

By: Evan
Inspect and view changes in Greeting New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.20.0",
  "description": "__MSG_appDescription__",
  "minimum_chrome_version": "112",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "app/webext.html"
  },
  "chrome_settings_overrides": {
    "homepage": "app/webext.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{195350f2-180a-5bca-a9da-33b238ec9007}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false
      },
      "strict_min_version": "138.0"
    }
  },
  "permissions": [
    "storage",
    "search",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ]
}

Best Greeting New Tab Alternatives

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