{
  "name": "School ERP",
  "short_name": "School ERP",
  "description": "Student, Parent & Teacher Portal",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["education"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Attendance", "url": "/app/student/attendance", "description": "View attendance" },
    { "name": "Bus Tracking", "url": "/app/student/bus-tracking", "description": "Track bus" }
  ]
}
