{
  "name": "KnotDo",
  "short_name": "KnotDo",
  "description": "The todo app that actually works. Offline-first, team-ready, beautifully simple.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "short_name": "Today",
      "description": "View tasks due today",
      "url": "/dashboard/today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
