{
    "name": "HotelPulse",
    "short_name": "HotelPulse",
    "description": "Hotel task, guest request and minibar management system",
    "start_url": "/hotelpulse/login.php",
    "scope": "/hotelpulse/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f3f5f7",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "/hotelpulse/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/hotelpulse/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}