{
  "name": "Glimmedic – AI Clinical Assistant",
  "short_name": "Glimmedic",
  "description": "Glimmedic – Your intelligent AI-powered clinical assistant for smarter practice management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F0F7FF",
  "theme_color": "#0E66C9",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View today's appointments",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Patient",
      "short_name": "Add Patient",
      "description": "Register a new patient",
      "url": "/patients/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Find a Doctor",
      "short_name": "Find Doctor",
      "description": "Search and connect with a verified doctor",
      "url": "/find",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Patients",
      "short_name": "My Patients",
      "description": "View and manage your patient list",
      "url": "/patients",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "permissions": ["notifications", "storage"],
  "prefer_related_applications": false
}