{
    "name": "Foot-Land - Jeu de Foot en Ligne",
    "short_name": "Foot-Land",
    "description": "Gérez votre équipe de foot et menez-la à la victoire ! Gestion, transferts, management, matchs en direct.",
    "start_url": "/index2.php",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/dist/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/dist/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/dist/img/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "games",
        "sports"
    ],
    "lang": "fr-FR",
    "dir": "ltr"
}