{
    "id": "etabdesk-app",
    "name": "Etabdesk App",
    "short_name": "Etabdesk",
    "description": "Gestion scolaire multi-établissements — inscriptions, notes, bulletins, emplois du temps, finances.",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "any",
    "lang": "fr",
    "dir": "ltr",
    "categories": ["education", "productivity"],
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "launch_handler": { "client_mode": "focus-existing" },
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "Tableau de bord", "short_name": "Dashboard", "url": "/dashboard", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Bulletins", "short_name": "Bulletins", "url": "/bulletins", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Élèves", "short_name": "Élèves", "url": "/students", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Assistant", "short_name": "Assistant", "url": "/assistant", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
    ]
}
