{
    "name": "WETMO Messenger",
    "short_name": "WETMO",
    "description": "Мессенджер с каналами и чатами",
    "theme_color": "#53fc18",
    "background_color": "#050505",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "https://img.icons8.com/ios-filled/192/53fc18/chat.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://img.icons8.com/ios-filled/512/53fc18/chat.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}