{
  "name": "ILAKIZA HEALTH DIAGNOSTIC LABORATORY",
  "short_name": "ILAKIZA LAB",
  "description": "Laboratory Information Management System — ILAKIZA HEALTH DIAGNOSTIC LABORATORY",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f6f7",
  "theme_color": "#005b60",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Register Patient",
      "short_name": "Register",
      "description": "Register a new patient",
      "url": "/patients/new",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "View Patients",
      "short_name": "Patients",
      "description": "View all patients",
      "url": "/patients",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Billing",
      "short_name": "Billing",
      "description": "Manage billing",
      "url": "/billing",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ]
}
