Todolist Task Firefox

Examine source code of Todolist Task

Inspect and view changes in Todolist Task source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Todolist",
  "version": "1.0",
  "description": "A simple todolist extension.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "todolist@example.com"
    }
  }
}

Best Todolist Task Alternatives

Here are some Firefox add-ons that are similar to Todolist Task: