{
  "name": "Health Screening System",
  "short_name": "Health Screen",
  "description": "Comprehensive healthcare screening and patient management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["medical", "healthcare", "productivity"],
  "shortcuts": [
    {
      "name": "Patient Registration",
      "short_name": "Register",
      "description": "Register a new patient",
      "url": "/patient-registration",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Station Entry",
      "short_name": "Station",
      "description": "Enter station data",
      "url": "/station-entry",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "prefer_related_applications": false
}
