Custom New Tab Firefox

Examine source code of Custom New Tab

By: RusKom
Inspect and view changes in Custom New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom New Tab",
  "version": "0.1.2",
  "description": "A customizable new tab page with draggable link cards.",
  "permissions": [
    "storage",
    "geolocation"
  ],
  "host_permissions": [
    "https://api.open-meteo.com/*",
    "https://geocoding-api.open-meteo.com/*",
    "https://api.unsplash.com/*",
    "https://images.unsplash.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "custom-new-tab@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Custom New Tab Alternatives

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