{
  "name": "ASR Health Portal",
  "short_name": "ASR Health",
  "description": "Enterprise-grade health ecosystem for tribal and school health screenings.",
  "start_url": "/home.php",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "categories": ["medical", "health"],
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Student Health Screening",
      "url": "/student_health/student_health_screening_form.php",
      "description": "Quick record entry for student hemoglobin screening"
    },
    {
      "name": "Maternal ANC checkup",
      "url": "/anc_checkup/anc_checkup_form.php",
      "description": "Record prenatal clinical checks"
    }
  ]
}
