{
  "name": "Hawkeye Medical Patient Kiosk",
  "short_name": "Hawkeye Kiosk",
  "description": "Patient Registration and Queue Management Kiosk for Hawkeye Medical System - Staging Environment",
  "version": "2.1.0-staging",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "theme_color": "#3B82F6",
  "background_color": "#F8FAFC",
  "categories": ["medical", "health", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Patient Registration",
      "short_name": "Register",
      "description": "Start new patient registration",
      "url": "/patient/register"
    },
    {
      "name": "Queue Status",
      "short_name": "Queue",
      "description": "View current queue status",
      "url": "/queue"
    }
  ],
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}