{
  "name": "EZ Token Caller",
  "short_name": "EZCaller",
  "description": "Hospital token caller system for nurses and staff. Call, manage, and complete patient tokens in real-time.",
  "id": "/",
  "start_url": "/index.php",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://tkncall.aashgates.com"
    }
  ],
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "window-controls-overlay"
  ],
  "background_color": "#87CEEB",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "categories": [
    "medical",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "iarc_rating_id": "12345678",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/screenshots/screen2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Call Next Token",
      "short_name": "Call",
      "url": "/token_calling.php"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/index.php"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [
          ".txt"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+ezcaller",
      "url": "/?q=%s"
    }
  ]
}