{
  "name": "Smart School — Student Portal",
  "short_name": "Student",
  "description": "Access your classes, homework, attendance, results and fees on the go.",
  "start_url": "/student/dashboard",
  "scope": "/student",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#7366ff",
  "background_color": "#f8f8fb",
  "categories": ["education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "View my attendance",
      "url": "/student/attendance",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Homework",
      "short_name": "Homework",
      "description": "View pending homework",
      "url": "/student/homework",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
