Todo Firefox

Examine source code of Todo

By: Trishul
Inspect and view changes in Todo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A todo addon which lets you to keep a track of your work, stays in browser and available on just a click",
  "manifest_version": 2,
  "name": "Todo",
  "version": "2.0",
  "homepage_url": "https://github.com/tsl143/jsDemos/todo_webext",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png"
  },
  "applications": {
    "gecko": {
      "id": "{993d7fd9-f6ba-434a-9949-2483488a8db6}"
    }
  },
  "browser_action": {
    "default_icon": "icons/logo_32.png",
    "default_title": "ToDo",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "storage"
  ]
}

Best Todo Alternatives

Here are some Firefox add-ons that are similar to Todo: