{
  "name": "Nurvexa — Nursing Exam Prep",
  "short_name": "Nurvexa",
  "description": "AI-powered nursing exam prep. Quizzes, mock tests, weakness tracking, and Sister Kamala AI tutor.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#b40061",
  "background_color": "#f9f9ff",
  "categories": ["education", "medical"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/social-preview.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Nurvexa Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Quiz",
      "short_name": "Quiz",
      "description": "Jump straight into a practice quiz",
      "url": "/quiz",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Ask Sister Kamala",
      "short_name": "Kamala",
      "description": "Chat with your AI tutor",
      "url": "/sister-kamala",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
