{
  "name": "ExamGhost",
  "short_name": "ExamGhost",
  "description": "AI-Powered Exam Simulator - Transform your study materials into realistic timed exams",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/ghost-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/ghost-logo.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/ghost-logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}