{
  "name": "ROSPIN EMR",
  "short_name": "ROSPIN EMR",
  "description": "Occupational health EMR for ROSPIN — employee clinic records, APE, medicine inventory, and DOLE safety reporting.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1B2A3A",
  "background_color": "#F5F7FA",
  "lang": "en-PH",
  "categories": ["health", "medical", "business"],
  "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": "Today's Board",
      "short_name": "Today",
      "description": "Today's patient queue",
      "url": "/today/",
      "icons": [{ "src": "/static/icons/shortcut-schedule.png", "sizes": "96x96" }]
    },
    {
      "name": "New Employee",
      "short_name": "New Employee",
      "description": "Register a new employee record",
      "url": "/patients/new/",
      "icons": [{ "src": "/static/icons/shortcut-patient.png", "sizes": "96x96" }]
    },
    {
      "name": "Booking Calendar",
      "short_name": "Bookings",
      "description": "Online booking calendar",
      "url": "/booking-calendar/",
      "icons": [{ "src": "/static/icons/shortcut-encounter.png", "sizes": "96x96" }]
    }
  ]
}
