{
  "name": "Scholaro — Smart School Management System",
  "short_name": "Scholaro",
  "description": "Complete school management platform for Indian schools — attendance, fees, timetable, teachers and students in one place.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf9f6",
  "theme_color": "#4f46e5",
  "lang": "en-IN",
  "scope": "/",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "public/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "public/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "public/dashboard-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scholaro Dashboard on Desktop"
    },
    {
      "src": "public/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scholaro Dashboard on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark or view attendance",
      "url": "/attendance",
      "icons": [{ "src": "public/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Fee Collection",
      "short_name": "Fees",
      "description": "Track and manage fee collection",
      "url": "/fees",
      "icons": [{ "src": "public/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Timetable",
      "short_name": "Timetable",
      "description": "View class timetable",
      "url": "/timetable",
      "icons": [{ "src": "public/favicon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://scholaroapp.com"
    }
  ],
  "prefer_related_applications": false
}
