{
  "id": "/",
  "name": "EduGrid — School ERP",
  "short_name": "EduGrid",
  "description": "Modern school management system for Indian K-12 schools. Manage students, fees, attendance, timetable, and more.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0A",
  "theme_color": "#6366F1",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "url": "/attendance/mark",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Collect Fees",
      "short_name": "Fees",
      "url": "/fees/collect",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "url": "/students",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en-IN",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.edugrid.app",
      "url": "https://play.google.com/store/apps/details?id=com.edugrid.app"
    }
  ]
}
