{
  "name": "todo",
  "displayName": "Todo",
  "version": "1.0.0",
  "description": "Personal task manager with priorities and status tracking.",
  "author": "Darryl Waterhouse",
  "date": "2026-03-24",
  "icon": "check-square",
  "admin": {
    "sidebar": [
      {
        "id": "todo",
        "text": "Todo",
        "icon": "check-square",
        "url": "#/plugins/todo",
        "section": "#/plugins/todo"
      }
    ],
    "routes": [
      {
        "path": "/plugins/todo",
        "view": "plugin-todo",
        "title": "Todo - Domma CMS"
      }
    ],
    "views": {
      "plugin-todo": {
        "entry": "todo/admin/views/todo.js?v=5ab5af5f",
        "exportName": "todoView"
      }
    }
  }
}
