{
    "name": "{{ $hotelSettings->hotel_name ?? 'Hotel Le Supreme' }}",
    "short_name": "{{ $hotelSettings->hotel_name ?? 'Hotel Le Supreme' }}",
    "icons": [
        {
            "src": "{{ $hotelSettings->logo_url }}",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "{{ $hotelSettings->logo_url }}",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#dfa974",
    "background_color": "#ffffff",
    "display": "standalone"
}
