{
  "name": "Student Planner 2.0",
  "short_name": "StudyPlanner",
  "description": "Your ultimate study companion - manage tasks, notes, grades, and more with AI assistance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#7B61FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/studentplanner-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your study dashboard",
      "url": "/"
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Manage your tasks",
      "url": "/tasks"
    },
    {
      "name": "Study Assistant",
      "short_name": "AI Study",
      "description": "Get AI study help",
      "url": "/study"
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Access your notes",
      "url": "/notes"
    }
  ],
  "screenshots": []
}
