Files
whatsapp/manifest.json
T
2026-01-27 00:12:04 -05:00

16 lines
296 B
JSON

{
"name": "WhatsApp Bot Manager",
"short_name": "WA Bot",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#10b981",
"icons": [
{
"src": "/assets/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}