{
  "name": "EVAAL Comprehensive Enrollment System",
  "short_name": "EVAAL CES",
  "description": "Responsive school enrollment, QR campaign, scheduling, and records portal for EVAAL CES.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#f5f5fb",
  "theme_color": "#696cff",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the staff dashboard.",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/dusk/dashboard.png",
          "sizes": "100x100",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "QR Enrollment",
      "short_name": "QR",
      "description": "Manage QR enrollment campaigns.",
      "url": "/enrollment/qr-campaigns",
      "icons": [
        {
          "src": "/icons/dusk/qr.png",
          "sizes": "100x100",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Class Schedule",
      "short_name": "Schedule",
      "description": "Open class schedule management.",
      "url": "/schedule",
      "icons": [
        {
          "src": "/icons/dusk/schedule.png",
          "sizes": "100x100",
          "type": "image/png"
        }
      ]
    }
  ]
}
