{
  "name": "HospitALL Patient Portal",
  "short_name": "HospitALL",
  "description": "Access appointments, medical records, vitals, and patient support from HospitALL.",
  "start_url": "/patients",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F8FAFC",
  "theme_color": "#1B365D",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa.jpeg",
      "sizes": "1319x1171",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "HospitALL patient portal"
    }
  ],
  "splash_screens": [
    {
      "src": "/images/hospitall-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/hospitall-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
