{
  "name": "MedAppz",
  "short_name": "MedAppz",
  "description": "The app store for your clinic — one login, one patient record, one bill.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F6F7F5",
  "theme_color": "#0E6B5E",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's Queue",
      "short_name": "Queue",
      "url": "/today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "url": "/patients",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Appointment Diary",
      "short_name": "Diary",
      "url": "/calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
