{
  "name": "FocusAI - Productivity & Task Management",
  "short_name": "FocusAI",
  "description": "AI-powered productivity app for students and professionals with task management, focus timer, and habit tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0d12",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["productivity", "education", "lifestyle"],

  "icons": [
    {
      "src": "/2-removebg-preview.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Focus Session",
      "short_name": "Focus",
      "description": "Start a new focus session",
      "url": "/dashboard?section=focus",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Tasks",
      "short_name": "Tasks",
      "description": "View and manage your tasks",
      "url": "/tasks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Complete your daily check-in",
      "url": "/dashboard?checkin=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create New Goal",
      "short_name": "New Goal",
      "description": "Create a new goal with AI breakdown",
      "url": "/goals/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar View",
      "short_name": "Calendar",
      "description": "View your schedule and calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Wellbeing Tracker",
      "short_name": "Wellbeing",
      "description": "Track your mood and wellbeing",
      "url": "/dashboard?section=wellbeing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}