{
  "name": "myTD",
  "short_name": "myTD",
  "description": "myTD (My Twin Digital Desk): tasks, habits, recurring plans, ideas, and motivation in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1D174E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "New",
      "description": "Create a new task",
      "url": "/?action=new-task",
      "icons": [
        { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    }
  ]
}
