{
  "name": "Curiosity — Free NEET Practice App",
  "short_name": "Curiosity",
  "description": "India's best free NEET preparation app. 10,000+ MCQs, adaptive mock tests, free AI doubt tutor, and performance analytics. Zero ads, zero paywalls.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "categories": ["education", "medical", "exam", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "id": "curiosity-neet-app",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Quiz",
      "short_name": "Quiz",
      "description": "Jump straight into adaptive NEET practice",
      "url": "/quiz?source=pwa-shortcut",
      "icons": [{ "src": "/images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask AI Tutor",
      "short_name": "AI Tutor",
      "description": "Ask any NEET doubt — get instant AI answers",
      "url": "/ask-ai?source=pwa-shortcut",
      "icons": [{ "src": "/images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your NEET performance analytics",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/images/logo.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "screenshots": [
    {
      "src": "/images/dashboard.png",
      "sizes": "2560x1440",
      "type": "image/png",
      "label": "Curiosity Dashboard — Performance Analytics"
    }
  ]
}
