{
    "name": "Регби на rugger.info",
    "short_name": "Rugger.info",
    "description": "Новости регби, результаты матчей, таблицы и трансляции",
    "lang": "ru",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#549d39",
    "categories": ["sports", "news"],
    "icons": [
        {
            "src": "/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Новости регби",
            "short_name": "Новости",
            "url": "/news/",
            "icons": [{"src": "/images/icon-128x128.png", "sizes": "128x128"}]
        },
        {
            "name": "Расписание матчей",
            "short_name": "Матчи",
            "url": "/matches/",
            "icons": [{"src": "/images/icon-128x128.png", "sizes": "128x128"}]
        }
    ]
}
