{
    "name": "Wuzzio",
    "short_name": "Wuzzio",
    "description": "Tes tâches, ton espace, ton groupe — simple et partagé.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0f0f14",
    "theme_color": "#1a1823",
    "lang": "fr",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "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": "Agenda",
            "short_name": "Agenda",
            "description": "Voir les prochaines échéances",
            "url": "/agenda",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Calendrier",
            "short_name": "Calendrier",
            "description": "Vue calendrier mensuel",
            "url": "/calendar",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Démo",
            "short_name": "Démo",
            "description": "Essayer CALIJU todo sans compte",
            "url": "/demo",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        }
    ],
    "screenshots": [],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text":  "text",
            "url":   "url"
        }
    }
}
