{
  "name": "ClinicEMR",
  "short_name": "ClinicEMR",
  "description": "Electronic Medical Records system for clinics — patient records, consultations, billing, and PhilHealth claims.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d9488",
  "background_color": "#f5f6f8",
  "lang": "en-PH",
  "categories": ["health", "medical"],
  "icons": [
    {
      "src": "/static/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Patient",
      "short_name": "New Patient",
      "description": "Register a new patient",
      "url": "/patients/new/",
      "icons": [{ "src": "/static/icons/shortcut-patient.png", "sizes": "96x96" }]
    },
    {
      "name": "New Encounter",
      "short_name": "Encounter",
      "description": "Start a new clinical encounter",
      "url": "/encounters/new/",
      "icons": [{ "src": "/static/icons/shortcut-encounter.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View today's appointments",
      "url": "/appointments/today/",
      "icons": [{ "src": "/static/icons/shortcut-schedule.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ClinicEMR Dashboard"
    },
    {
      "src": "/static/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ClinicEMR on Mobile"
    }
  ]
}
