{
    "name": "Ladoum STD",
    "short_name": "Ladoum STD",
    "description": "Application de gestion d'élevage de moutons Ladoum - Suivi du cheptel, reproduction, santé et comptabilité",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#faf7f0",
    "theme_color": "#122436",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "fr",
    "icons": [
        {
            "src": "/icons/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Mon Cheptel",
            "short_name": "Cheptel",
            "description": "Voir tous les animaux",
            "url": "/herd",
            "icons": [
                {
                    "src": "/icons/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Tâches",
            "short_name": "Tâches",
            "description": "Gérer les tâches",
            "url": "/tasks",
            "icons": [
                {
                    "src": "/icons/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}