Daily Habits Firefox

Examine source code of Daily Habits

Inspect and view changes in Daily Habits source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Daily Habits",
  "short_name": "Daily Habits",
  "version": "1.0.0",
  "description": "Replaces the new tab page with a visual daily habit tracker and streak counter",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "habit_tracker_newtab@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Daily Habits Alternatives

Here are some Firefox add-ons that are similar to Daily Habits: