16 lines
490 B
JSON
16 lines
490 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|