{
  "id": "/",
  "short_name": "EasyQuiz",
  "name": "EasyQuiz - AI Quiz Generator",
  "description": "Turn any content into interactive AI quizzes and flashcards.",
  "icons": [
    {
      "src": "/logo_pwa.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot_wide.png",
      "sizes": "1024x576",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EasyQuiz Desktop Dashboard"
    },
    {
      "src": "/screenshot_narrow.png",
      "sizes": "576x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EasyQuiz Mobile Interface"
    }
  ],
  "start_url": "/",
  "background_color": "#f8f7ff",
  "theme_color": "#4f46e5",
  "display": "standalone",
  "orientation": "portrait"
}
