{
  "name": "CertBuddy",
  "short_name": "CertBuddy",
  "description": "CertBuddy — AI-powered CISM / CISSP study hub with quizzes, flashcards, practice exams, and an adaptive study plan.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#0f172a",
  "categories": ["education", "productivity"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a quiz",
      "short_name": "Quiz",
      "url": "/quiz",
      "description": "Random CISM questions with AI-generated explanations"
    },
    {
      "name": "Review flashcards",
      "short_name": "Flashcards",
      "url": "/flashcards",
      "description": "Today's SM-2 review queue"
    },
    {
      "name": "Practice exam",
      "short_name": "Exam",
      "url": "/exam",
      "description": "Timed CAT or full-length exam simulation"
    }
  ]
}
