{
    "name": "Kitchen Display System",
    "short_name": "Kitchen",
    "description": "Kitchen Display System for Cafe",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0f1115",
    "theme_color": "#1a1c23",
    "orientation": "landscape",
    "icons": [
        {
            "src": "https://cdn-icons-png.flaticon.com/512/3448/3448002.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://cdn-icons-png.flaticon.com/512/3448/3448002.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
