{
  "name": "SpaceGuro",
  "short_name": "SpaceGuro",
  "description": "Teacher gradebook, attendance, school forms, and AI academic review workspace.",
  "start_url": "/teacher",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#047857",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Teacher Dashboard",
      "short_name": "Dashboard",
      "url": "/teacher"
    },
    {
      "name": "Sections",
      "short_name": "Sections",
      "url": "/teacher/sections"
    },
    {
      "name": "Fast Attendance",
      "short_name": "Attendance",
      "url": "/teacher/fast-attendance"
    }
  ]
}
