{
  "name": "SchoolTracify — School Dashboard",
  "short_name": "SchoolTracify",
  "description": "School ERP with live bus tracking and RFID attendance",
  "id": "/dashboard/",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F1F7F3",
  "theme_color": "#17B26A",
  "categories": ["education", "productivity", "business"],
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Attendance", "url": "/dashboard/attendance/" },
    { "name": "Fees", "url": "/dashboard/fees/" },
    { "name": "Live Map", "url": "/dashboard/live-map/" }
  ]
}
