{
    "name": "HandballStat IA - Coach Pro",
    "short_name": "HandballStat",
    "description": "Application PWA de suivi statistique handball avec debrief coach IA.",
    "lang": "fr",
    "dir": "ltr",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8f9fa",
    "theme_color": "#2c3e50",
    "categories": ["sports", "education", "productivity"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
