{
  "name": "CAIC Study Platform",
  "short_name": "CAIC Study",
  "description": "AI-powered study platform for CAIC certification. Chat, quiz, flashcards, and notes.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0d0f1a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Learn",
      "short_name": "Learn",
      "url": "/learn",
      "description": "AI-powered study chat"
    },
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "url": "/quiz",
      "description": "Take a topic quiz"
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "url": "/flashcards",
      "description": "Study with flashcards"
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "url": "/notes",
      "description": "Your study notes"
    }
  ],
  "screenshots": []
}
