{
    "name": "WhatsApp Bot PWA",
    "short_name": "WA Bot",
    "description": "WhatsApp Auto-Reply Bot with Twilio",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#075E54",
    "theme_color": "#075E54",
    "orientation": "portrait",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23075E54'/><text x='50' y='68' font-size='55' text-anchor='middle' fill='white'>WA</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml"
        }
    ]
}
