{
    "name": "NumbersX",
    "short_name": "NumbersX",
    "description": "Extract phone numbers from WhatsApp chat exports – 100% private, client‑side.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#060B08",
    "theme_color": "#2CE0CB",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/api/process-shared-file",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "chatFile",
                    "accept": [
                        "text/plain",
                        "application/zip"
                    ]
                }
            ]
        }
    }
}