{
  "name": "AfyaSure Hospital OS",
  "short_name": "AfyaSure",
  "description": "Complete clinical management system for Kenyan healthcare facilities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0f766e",
  "orientation": "any",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/afyasure-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/afyasure-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Register Patient",
      "url": "/patients/register",
      "description": "Register a new patient"
    },
    {
      "name": "Queue",
      "url": "/queues",
      "description": "View patient queue"
    },
    {
      "name": "Wards",
      "url": "/wards",
      "description": "Ward bed board"
    }
  ]
}
