{
  "name": "StudyGen — Smart NCLEX Study App",
  "short_name": "StudyGen",
  "description": "AI-powered study notes, NGN NCLEX practice questions, exam simulations, and performance tracking.",
  "start_url": "/Home",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e40af",
  "theme_color": "#2563EB",
  "categories": ["education", "medical", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%232563EB'/><text y='.85em' font-size='130' x='28'>🧠</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%232563EB'/><text y='.85em' font-size='360' x='70'>🧠</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=390&h=844&fit=crop",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "NCLEX Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "NCLEX Practice",
      "short_name": "Practice",
      "url": "/nclex",
      "description": "Start an NCLEX practice session"
    },
    {
      "name": "Flashcards",
      "short_name": "Flashcards",
      "url": "/flashcards",
      "description": "Study with AI flashcards"
    }
  ]
}
