To do Time Tracker Firefox

Examine source code of To do Time Tracker

Inspect and view changes in To do Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "To do Time Tracker",
  "version": "1.0",
  "description": "Summarize and analyze time spent on each task in the to-do list.",
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Time Tracker"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2b7f8e2-7caa-46c0-9a1f-d90407ba9f2f}"
    }
  }
}

Best To do Time Tracker Alternatives

Here are some Firefox add-ons that are similar to To do Time Tracker: