{ "name": "Hospital OS", "short_name": "Hospital OS", "description": "Your hospital records, appointments, prescriptions and lab results — anywhere.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#0f766e", "theme_color": "#0d9488", "categories": ["medical", "health", "lifestyle"], "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Appointments", "url": "/?tab=appointments", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Lab results", "url": "/?tab=labs", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Prescriptions", "url": "/?tab=prescriptions", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] } ] }