{
  "name": "TaskFlowPro - Premium Task Management",
  "short_name": "TaskFlowPro",
  "description": "A modern task management application with beautiful UI and powerful features",
  "id": "/app/dashboard",
  "start_url": "/app/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#8b5cf6",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/taskflow.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/taskflow.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TaskFlowPro Dashboard"
    },
    {
      "src": "/screenshot.jpeg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "TaskFlowPro Mobile View"
    }
  ]
}