{
    "name": "MMS - Marne Manutention Service",
    "short_name": "MMS",
    "description": "Gestion machines, locations, interventions, planning pour MMS Matougues.",
    "start_url": "/?source=pwa",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "background_color": "#3a7a25",
    "theme_color": "#2d5a1e",
    "orientation": "any",
    "lang": "fr-FR",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "icons": [
        { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
    ],
    "shortcuts": [
        {
            "name": "Machines",
            "short_name": "Machines",
            "description": "Voir le parc machines",
            "url": "/machines?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Interventions",
            "short_name": "Interventions",
            "description": "Mes interventions",
            "url": "/interventions?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
