{
    "name": "K-Chat",
    "short_name": "K-Chat",
    "description": "Мессенджер K-Chat — безопасные чаты и звонки",
    "start_url": "/web/?utm_source=pwa",
    "scope": "/web/",
    "display": "standalone",
    "background_color": "#0e1621",
    "theme_color": "#4fae4e",
    "orientation": "any",
    "categories": [
        "social",
        "communication"
    ],
    "lang": "ru",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/web/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web/icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/web/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/web/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "K-Chat мессенджер"
        }
    ],
    "id": "/web/"
}