{
    "name": "Extreme Fitness",
    "short_name": "XFitness",
    "description": "Fitness trainer and client management app",
    "icons": [
        {
            "src": "/static/images/favicons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "start_url": "/",
    "scope": "/",
    "theme_color": "#4f46e5",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "categories": ["fitness", "health", "productivity"],
    "shortcuts": [
        {
            "name": "Add New Client",
            "short_name": "New Client",
            "description": "Create a new client profile",
            "url": "/clients/create/",
            "icons": [
                {
                    "src": "/static/images/favicons/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Exercise Library",
            "short_name": "Exercises",
            "description": "Browse exercise library",
            "url": "/exercises/library/",
            "icons": [
                {
                    "src": "/static/images/favicons/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
