{
    "name": "Novtour Portal",
    "short_name": "Portal",
    "description": "Корпоративный портал сотрудника с видеозвонками",
    "start_url": "/",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#0a1929",
    "theme_color": "#4fc3f7",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "social"
    ],
    "lang": "ru",
    "prefer_related_applications": false,
    "related_applications": [],
    "screenshots": [],
    "share_target": {
        "action": "/messenger",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "application/pdf"
                    ]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Мессенджер",
            "short_name": "Чат",
            "description": "Открыть чаты",
            "url": "/messenger",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Создать заявку",
            "short_name": "Заявка",
            "description": "Создать IT-заявку",
            "url": "/helpdesk",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    }
}