{
    "name": "ChickenChaps",
    "short_name": "ChickenChaps",
    "description": "Crispy Chicken Lieferservice – Burger, Nuggets & Menüs",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#e8341c",
    "orientation": "any",
    "icons": [
        {
            "src": "https://images.unsplash.com/photo-1568901346375-23c9450c58cd?auto=format&fit=crop&q=80&w=192&h=192",
            "sizes": "192x192",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "https://images.unsplash.com/photo-1568901346375-23c9450c58cd?auto=format&fit=crop&q=80&w=512&h=512",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Küchen-Display",
            "short_name": "Küche",
            "description": "Live Bestellübersicht für die Küche",
            "url": "/kitchen",
            "icons": [
                {
                    "src": "https://img.icons8.com/sf-ultra-thin/344/soup-plate.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Jetzt Bestellen",
            "short_name": "Bestellen",
            "url": "/order",
            "icons": [
                {
                    "src": "https://img.icons8.com/sf-ultra-thin/344/hamburger.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}