{
    "name": "WebChat",
    "short_name": "WebChat",
    "description": "Chatovací aplikace",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#11111b",
    "theme_color": "#1e1e2e",
    "orientation": "portrait-primary",
    "lang": "cs",
    "icons": [
        {
            "src": "/appicons/icon.php?size=192",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/appicons/icon.php?size=512",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/appicons/icon.php?size=192&maskable=1",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}