{
  "name": "Student Management System",
  "short_name": "EckSMS",
  "description": "Eckintosh School Student Management System — manage students, attendance, fees, and grades offline.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "prefer_related_applications": false,
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/fav.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/fav.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Record student attendance",
      "url": "/dashboard/attendance",
      "icons": [{ "src": "/fav.png", "sizes": "96x96" }]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "View and manage students",
      "url": "/dashboard/students",
      "icons": [{ "src": "/fav.png", "sizes": "96x96" }]
    },
    {
      "name": "Fees",
      "short_name": "Fees",
      "description": "Manage school fees",
      "url": "/dashboard/fees",
      "icons": [{ "src": "/fav.png", "sizes": "96x96" }]
    }
  ]
}
