{
  "name": "E.A.T. - Error Analysis & Targeted Learning",
  "short_name": "E.A.T.",
  "description": "Evidence-based error tracking and study planning for medical students. Track errors, analyze patterns, and optimize your study strategy with AI-powered insights.",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "display": "standalone",
  "scope": "/",
  "start_url": "/?utm_source=pwa",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "medical", "productivity", "health"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "E.A.T. Dashboard - Track your learning progress"
    },
    {
      "src": "/screenshots/analytics.png",
      "sizes": "1080x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Analytics Dashboard - Visualize your performance"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Error",
      "short_name": "Log Error",
      "description": "Quickly log a practice question error",
      "url": "/log?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Study Session",
      "short_name": "Study",
      "description": "Log a study session",
      "url": "/study-log?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Exam Timeline",
      "short_name": "Timeline",
      "description": "View your exam timeline and countdown",
      "url": "/exam-timeline?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Readiness Check",
      "short_name": "Readiness",
      "description": "Check your exam readiness score",
      "url": "/readiness?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/log",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "topic",
      "text": "description",
      "url": "link"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
