{
  "name": "To-Do & Reminders",
  "short_name": "To-Do",
  "description": "Personal to-do list with priorities, labels, subtasks, and time tracking",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F6F8",
  "theme_color": "#1B1B2F",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
