{
    "name": "FlotteLog — Carnet de bord numérique",
    "short_name": "FlotteLog",
    "description": "Carnet de bord numérique pour véhicules d'entreprise. Suivi des trajets, kilométrage, conducteurs et exports conformes.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#0b1628",
    "background_color": "#0b1628",
    "lang": "fr",
    "dir": "ltr",
    "id": "flottelog-app",
    "icons": [
        { "src": "img/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Nouveau trajet",
            "short_name": "Trajet",
            "url": "/#trajets",
            "icons": [{ "src": "img/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Véhicules",
            "short_name": "Véhicules",
            "url": "/#vehicules",
            "icons": [{ "src": "img/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "categories": ["business", "productivity"],
    "prefer_related_applications": false
}
