{
  "name": "PrepMasters — AI-Assisted Board Exam Review",
  "short_name": "PrepMasters",
  "description": "Master your board exam with AI-assisted review, Smart Review, and gamified learning.",
  "start_url": "/student",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6FB",
  "theme_color": "#4F46E5",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Smart Review",
      "short_name": "Review",
      "description": "Start an AI-powered review session",
      "url": "/student/smart-review",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Course",
      "short_name": "Course",
      "url": "/student/courses",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
