{
  "name": "My Recovery — Recovery Monitor System",
  "short_name": "My Recovery",
  "description": "Patient recovery monitoring app",
  "start_url": "/patient.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b1120",
  "background_color": "#0b1120",
  "icons": [
    { "src": "/icons/rms-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/rms-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["health", "utilities"],
  "shortcuts": [
    { "name": "Recovery Dashboard", "url": "/patient.html?view=dashboard", "description": "Open your recovery dashboard" },
    { "name": "Log Session",        "url": "/patient.html?view=sessions",  "description": "Log a recovery session" }
  ]
}
