{
    "id": "/chat/",
    "name": "LiveChatik",
    "short_name": "LiveChatik",
    "start_url": "/chat/",
    "scope": "/chat/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "browser"
    ],
    "lang": "ru",
    "background_color": "#2b2b2b",
    "theme_color": "#2b2b2b",
    "icons": [
        {
            "src": "/static/chat/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/static/chat/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}
