{ "id": "/patient", "name": "Patient App", "short_name": "Patient", "description": "Manage clinic appointments, book again and track your live queue.", "start_url": "/patient", "scope": "/", "display": "standalone", "background_color": "#f8fafc", "theme_color": "#2563eb", "orientation": "portrait-primary", "icons": [ { "src": "/icons/patient-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/patient-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/patient-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Book Appointment", "short_name": "Book", "url": "/patient/book", "icons": [{ "src": "/icons/patient-192.png", "sizes": "192x192" }] }, { "name": "My Appointments", "short_name": "Appointments", "url": "/patient/appointments", "icons": [{ "src": "/icons/patient-192.png", "sizes": "192x192" }] } ] }