{
  "id": "/",
  "name": "Humayun's ICT Program — Student Management",
  "short_name": "Humayun's ICT",
  "description": "Student, fee, attendance and exam management for Humayun's ICT Program.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0F0F23",
  "theme_color": "#1B1B3A",
  "lang": "bn",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Students", "url": "/students" },
    { "name": "Fee Collection", "url": "/payments" },
    { "name": "Attendance", "url": "/attendance" }
  ]
}
