{
    "name": "E-Invoice Converter",
    "short_name": "E-Invoice",
    "description": "Convert electronic invoices between CII (Factur-X/ZUGFeRD) and UBL (Peppol) formats",
    "start_url": "./",
    "display": "standalone",
    "scope": "./",
    "background_color": "#f8fafc",
    "theme_color": "#3b82f6",
    "orientation": "any",
    "categories": ["business", "productivity", "utilities"],
    "lang": "fr",
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "E-Invoice Converter - Desktop"
        },
        {
            "src": "screenshots/mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "E-Invoice Converter - Mobile"
        }
    ],
    "file_handlers": [
        {
            "action": "./",
            "accept": {
                "application/xml": [".xml"],
                "text/xml": [".xml"],
                "application/pdf": [".pdf"]
            }
        }
    ],
    "share_target": {
        "action": "./",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "files",
                    "accept": ["application/xml", "text/xml", "application/pdf", ".xml", ".pdf"]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Convertir CII vers UBL",
            "short_name": "CII → UBL",
            "description": "Convertir une facture Factur-X vers UBL Peppol",
            "url": "./?convert=cii-to-ubl"
        },
        {
            "name": "Convertir UBL vers CII",
            "short_name": "UBL → CII",
            "description": "Convertir une facture UBL Peppol vers Factur-X",
            "url": "./?convert=ubl-to-cii"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
