{
  "name": "ExamPrep - JAMB Preparation Platform",
  "short_name": "ExamPrep",
  "description": "Prepare for your JAMB exams with AI-powered learning assistance",
  "start_url": "/subjects",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5c5fd9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Subjects",
      "short_name": "Subjects",
      "description": "View all available subjects",
      "url": "/subjects",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}

