{
    "name": "Biliter V2",
    "short_name": "Biliter",
    "description": "Оплата проезда и покупка билетов — расписания, покупки и история поездок.",
    "lang": "ru-RU",
    "dir": "ltr",
    "start_url": "/?utm_source=web_app_manifest",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#00913c",
    "background_color": "#ffffff",
    "categories": ["transport", "utilities", "navigation"],
    "icons": [
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48 64x64",
            "type": "image/x-icon",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Купить билет",
            "short_name": "Купить",
            "description": "Перейти к покупке билета",
            "url": "/#/TransportPurchase",
            "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "QR-оплата",
            "short_name": "QR",
            "description": "Открыть сканер QR-кода",
            "url": "/#/Home?open=qr",
            "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "История",
            "short_name": "История",
            "description": "Посмотреть историю поездок",
            "url": "/#/History",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}