{
    "id": "lucidnest-app",
    "name": "LucidNest",
    "short_name": "LucidNest",
    "description": "Plateforme SaaS de gestion de projets, cahiers et espaces collaboratifs",
    "theme_color": "#4F42D4",
    "background_color": "#F8F8FC",
    "display": "standalone",
    "orientation": "any",
    "scope": "/",
    "start_url": "/dashboard",
    "categories": ["productivity", "project-management", "education"],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "icons": [
        {
            "src": "/img/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Tableau de bord principal",
            "url": "/dashboard",
            "icons": [{ "src": "/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Capture rapide",
            "short_name": "Capture",
            "description": "Capturer des notes rapidement",
            "url": "/capture",
            "icons": [{ "src": "/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Cahiers",
            "short_name": "Cahiers",
            "description": "Gérer vos cahiers de notes",
            "url": "/notebooks",
            "icons": [{ "src": "/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Projets",
            "short_name": "Projets",
            "description": "Gérer vos projets",
            "url": "/projects",
            "icons": [{ "src": "/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Espaces",
            "short_name": "Espaces",
            "description": "Accéder aux espaces collaboratifs",
            "url": "/spaces",
            "icons": [{ "src": "/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/capture",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
