{
  "name": "Pulse - Student Wellbeing Platform",
  "short_name": "Pulse",
  "description": "EarlyLight AI - Student Wellbeing Demo Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A1128",
  "theme_color": "#0A1128",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["education", "health", "productivity"],
  "screenshots": [
    {
      "src": "/EarlyLight_Lighthouse_Web.png",
      "sizes": "1200x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "scope": "/",
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Student Check-in",
      "short_name": "Check-in",
      "description": "Quick student wellbeing check-in",
      "url": "/student",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Parent Dashboard",
      "short_name": "Parent",
      "description": "View your child's wellbeing",
      "url": "/parent",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Counsellor Alerts",
      "short_name": "Alerts",
      "description": "View escalations and cases",
      "url": "/counsellor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
