Files
whatsapp/manifest.json
T
2026-01-26 00:46:27 -05:00

21 lines
862 B
JSON

{
"name": "WhatsApp Bot Manager",
"short_name": "WA Bot",
"start_url": "/index.php",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#10b981",
"icons": [
{
"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192'><rect width='100%' height='100%' fill='%2310b981'/><text x='50%' y='55%' font-family='Arial' font-size='72' text-anchor='middle' fill='white'>WB</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512'><rect width='100%' height='100%' fill='%2310b981'/><text x='50%' y='55%' font-family='Arial' font-size='200' text-anchor='middle' fill='white'>WB</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}