{
    "name": "Кабинет заведения — Цифровой официант",
    "short_name": "Кабинет",
    "description": "Управление меню, столами, заказами и стоп-листом заведения",
    "start_url": "/cabinet",
    "scope": "/cabinet",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#fffdf9",
    "theme_color": "#d97706",
    "lang": "ru",
    "icons": [
        {
            "src": "/img/cabinet-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/img/cabinet-icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Меню-студия",
            "short_name": "Меню",
            "url": "/cabinet/menu-studio"
        },
        {
            "name": "Стоп-лист",
            "short_name": "Стоп-лист",
            "url": "/cabinet/stop-list"
        }
    ]
}
