{
  "name": "TaskFlow Pro Max+ — Smart Task Manager",
  "short_name": "TaskFlow",
  "description": "Offline-first task manager with Kanban, Calendar, Pomodoro, team features and cloud sync.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f6fa",
  "theme_color": "#6366f1",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Add a task", "short_name": "New", "url": "./index.html?action=new" },
    { "name": "View today", "short_name": "Today", "url": "./index.html?filter=today" },
    { "name": "Start focus", "short_name": "Focus", "url": "./index.html?view=pomodoro" }
  ]
}