{
    "name": "Gym Log",
    "short_name": "Gym Log",
    "description": "Журнал тренировок и трекер прогресса",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0D0D0F",
    "theme_color": "#3B82F6",
    "lang": "ru",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "categories": ["health", "fitness", "sports"],
    "shortcuts": [
        {
            "name": "Начать тренировку",
            "short_name": "Тренировка",
            "url": "/workouts/create",
            "description": "Начать новую тренировку"
        }
    ]
}
