{
    "name": "Lyfta - Workout Tracker",
    "short_name": "Lyfta",
    "description": "Track your workouts and build strength",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#6c5ce7",
    "orientation": "portrait",
    "icons": [
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["fitness", "health", "lifestyle"],
    "shortcuts": [
        {
            "name": "Start Workout",
            "short_name": "Workout",
            "description": "Start a new workout session",
            "url": "/?action=start-workout",
            "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Exercises",
            "short_name": "Exercises",
            "description": "Browse exercises",
            "url": "/?screen=exercises",
            "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
        }
    ]
}