{
    "name": "Теннисный клуб",
    "short_name": "ТеннисКлуб",
    "description": "Элитный теннисный клуб - турниры, тренировки, рейтинги",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#8BC34A",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "tennis-favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["sports", "lifestyle"],
    "lang": "ru"
} 