{
  "name": "EduAsas - Intelligent Multi-School Management System",
  "short_name": "EduAsas",
  "description": "Modern school management system in Tanzania. Support multi-school access for all school members.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#0033FF",
  "categories": ["Education", "Productivity", "Business", "Technology", "Software"],
  "icons": [
    {
      "src": "/icons/logo-256.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Login to System",
      "short_name": "Login",
      "description": "Access your school dashboard",
      "url": "/auth/login",
      "icons": [{ "src": "/icons/login-icon.png", "sizes": "192x192" }]
    }
  ]
}