{
    "name": "Endhan",
    "short_name": "Endhan",
    "description": "La solidarite qui compte - Gestion de tontines",
    "id": "/",
    "start_url": "/tontines/dashboard/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#2D4A3E",
    "theme_color": "#2D4A3E",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/static/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/static/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": ["finance", "utilities"],
    "lang": "fr",
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "share_target": {
        "action": "/tontines/join/",
        "method": "GET",
        "params": {
            "text": "code"
        }
    }
}
