TodoMaster Firefox

Examine source code of TodoMaster

Inspect and view changes in TodoMaster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TodoMaster",
  "version": "1.3.0",
  "description": "A modern, lightweight todo manager Firefox extension with privacy-focused local storage and efficient task management features.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "TodoMaster",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';",
  "web_accessible_resources": [
    "icons/icon-16.png",
    "icons/icon-32.png",
    "icons/icon-48.png",
    "icons/icon-128.png"
  ],
  "homepage_url": "https://github.com/HurayraIIT/todomaster",
  "author": "Abu Hurayra",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a15d0a3-e05d-455d-b8e0-7478a6f36771}"
    }
  }
}

Best TodoMaster Alternatives

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