{
    "name": "QuizSante - Quiz interactif sante",
    "short_name": "QuizSante",
    "description": "Quiz interactif pour la formation des professionnels de sante. Mode solo offline et multijoueur WebRTC.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#7B2CBF",
    "orientation": "any",
    "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/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "categories": ["education", "games"],
    "lang": "fr-FR"
}
