{
    "name": "LABCDE · SSH & SFTP Manager",
    "short_name": "SSH & SFTP",
    "description": "Централизованный менеджер SSH/SFTP-подключений с веб-терминалом",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0d0e11",
    "theme_color": "#102d69",
    "lang": "ru",
    "scope": "/",
    "icons": [
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [],
    "categories": ["developer", "productivity", "utilities"],
    "shortcuts": [
        {
            "name": "Хосты",
            "short_name": "Хосты",
            "description": "Список SSH-подключений",
            "url": "/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
