Dev Dashboard Firefox

Examine source code of Dev Dashboard

Inspect and view changes in Dev Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dev Dashboard",
  "short_name": "Dev Dashboar",
  "version": "1.0.0",
  "description": "Replaces the new tab page with a developer-focused dashboard showing time, tasks, and quick links",
  "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": "dev_dashboard_newtab@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Dev Dashboard Alternatives

Here are some Firefox add-ons that are similar to Dev Dashboard: