Revert "up"

This reverts commit 7f9bbdc4f7.
This commit is contained in:
Lizandro Guarnizo
2026-01-26 01:26:37 -05:00
parent 7f9bbdc4f7
commit 87d253053c
3 changed files with 0 additions and 109 deletions
-20
View File
@@ -1,20 +0,0 @@
{
"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"
}
]
}