{
    "name": "Catalyz",
    "short_name": "Catalyz",
    "description": "Catalysez vos chiffres. La comptabilité en temps réel pour indépendants et petites entreprises.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "lang": "fr-FR",
    "background_color": "#FBFAFE",
    "theme_color": "#7C3AED",
    "icons": [
        {
            "src": "/favicon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512-flat.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Nouveau justificatif",
            "short_name": "Justificatif",
            "description": "Prendre en photo un justificatif et créer une charge",
            "url": "/charges/capture",
            "icons": [
                { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
            ]
        }
    ],
    "share_target": {
        "action": "/charges/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "files",
                    "accept": ["application/pdf", "image/jpeg", "image/png", "image/heic", "image/heif", "image/webp"]
                }
            ]
        }
    }
}
