{
    "name": "Hotel Reservation System",
    "short_name": "HotelApp",
    "description": "Hotel reservations and room management",

    "id": "/",

    "start_url": "/dashboard",

    "scope": "/",

    "display": "standalone",

    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],

    "orientation": "portrait",

    "background_color": "#09090b",

    "theme_color": "#09090b",

    "lang": "en",

    "categories": ["business", "travel"],

    "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": "Reservations",
            "short_name": "Reservations",
            "url": "/reservations",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "url": "/calendar",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}