{
    "name": "ЧАТ ДЛЯ НАС",
    "short_name": "ChatUs",
    "description": "Современное мобильное чат-приложение с пиксельными аватарами",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#06b6d4",
    "orientation": "portrait-primary",
    "categories": [
        "social",
        "communication"
    ],
    "lang": "ru",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-72x72.svg",
            "sizes": "72x72",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-96x96.svg",
            "sizes": "96x96",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-128x128.svg",
            "sizes": "128x128",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-144x144.svg",
            "sizes": "144x144",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-152x152.svg",
            "sizes": "152x152",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-384x384.svg",
            "sizes": "384x384",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-chat.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Основной чат"
        },
        {
            "src": "/screenshots/mobile-profile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Создание профиля"
        }
    ],
    "shortcuts": [
        {
            "name": "Новый чат",
            "short_name": "Чат",
            "description": "Начать новый разговор",
            "url": "/?action=new-chat",
            "icons": [
                {
                    "src": "/icons/shortcut-chat.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Настройки",
            "short_name": "Настройки",
            "description": "Открыть настройки приложения",
            "url": "/?action=settings",
            "icons": [
                {
                    "src": "/icons/shortcut-settings.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    }
}