{
    "name": "La Darka Livreurs",
    "short_name": "Livreur",
    "description": "Interface de gestion des livraisons",
    "start_url": "/tableau-de-bord-livreur/?utm_source=pwa",
    "scope": "/tableau-de-bord-livreur/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4097e7",
    "orientation": "any",
    "icons": [
        {
            "src": "/wp-content/uploads/pwa-livreur/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/uploads/pwa-livreur/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "lang": "fr-FR"
}