{
  "name": "EduVisor Kenya - School Finder",
  "short_name": "EduVisor",
  "description": "Find the perfect school for your child in Kenya. Compare schools, fees, performance, and parent reviews.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "kids", "reference"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1080x1920", 
      "type": "image/png",
      "label": "School Details"
    }
  ]
}