{
  "name": "EduGhai — BECE & WASSCE AI Tutor",
  "short_name": "EduGhai",
  "description": "AI-powered exam preparation for Ghanaian students. Practice BECE and WASSCE past questions with instant AI feedback.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f5f0",
  "theme_color": "#1A6B3C",
  "orientation": "portrait-primary",
  "lang": "en-GH",
  "categories": ["education"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EduGhai Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Studying",
      "short_name": "Study",
      "description": "Jump straight into AI tutoring",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "View your study progress",
      "url": "/progress",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
