Simple ToDo Manager Firefox

Examine source code of Simple ToDo Manager

Inspect and view changes in Simple ToDo Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Task Manager",
  "version": "1.0",
  "description": "A Firefox extension for managing your daily tasks with completion tracking",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Task Manager"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "dsaravanannike@gmail.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Simple ToDo Manager Alternatives

Here are some Firefox add-ons that are similar to Simple ToDo Manager: