{
    "name": "Hotel Restaurant — Digital Menu",
    "short_name": "Hotel Menu",
    "description": "Browse our menu, select your favorites, and send your order to our staff.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#0f0f1a",
    "theme_color": "#0f0f1a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
