To-Do List extension Firefox

Examine source code of To-Do List extension

Inspect and view changes in To-Do List extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "To-Do List",
  "description": "Manage your tasks with ease as you work!",
  "version": "1.1",
  "icons": {
    "128": "images/icons/Daily-To-Do-List-icon.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "todo",
    "default_icon": "images/icons/Daily-To-Do-List-icon.png"
  }
}

Best To-Do List extension Alternatives

Here are some Firefox add-ons that are similar to To-Do List extension: