feat: add AgendaMax PWA metadata and icons

This commit is contained in:
AgendaPro Dev
2026-07-27 16:20:36 -06:00
parent 9d2ab39d84
commit de947f9d35
6 changed files with 44 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "AgendaMax",
"short_name": "AgendaMax",
"description": "Gestión visual de citas, empleados e ingresos para tu negocio.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#f6f7fb",
"theme_color": "#3b66ff",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}