Initial commit - production deployment
This commit is contained in:
114
frontend/public/manifest.json
Normal file
114
frontend/public/manifest.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"name": "BakeWise - Gestión Inteligente para Panaderías",
|
||||
"short_name": "BakeWise",
|
||||
"description": "Plataforma inteligente de gestión para panaderías con predicción de demanda impulsada por IA",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#f97316",
|
||||
"orientation": "any",
|
||||
"categories": ["business", "productivity", "food"],
|
||||
"lang": "es",
|
||||
"dir": "ltr",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-maskable.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/screenshots/dashboard.png",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/png",
|
||||
"label": "Panel de Control Principal"
|
||||
},
|
||||
{
|
||||
"src": "/screenshots/inventory.png",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/png",
|
||||
"label": "Gestión de Inventario"
|
||||
},
|
||||
{
|
||||
"src": "/screenshots/forecasting.png",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/png",
|
||||
"label": "Predicción de Demanda con IA"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Panel de Control",
|
||||
"short_name": "Dashboard",
|
||||
"description": "Ver panel de control principal",
|
||||
"url": "/app/dashboard",
|
||||
"icons": [{ "src": "/icons/dashboard-96.png", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Inventario",
|
||||
"short_name": "Inventario",
|
||||
"description": "Gestionar inventario",
|
||||
"url": "/app/operations/inventory",
|
||||
"icons": [{ "src": "/icons/inventory-96.png", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Predicciones",
|
||||
"short_name": "Predicciones",
|
||||
"description": "Ver predicciones de demanda",
|
||||
"url": "/app/analytics/forecasting",
|
||||
"icons": [{ "src": "/icons/forecast-96.png", "sizes": "96x96" }]
|
||||
}
|
||||
],
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false
|
||||
}
|
||||
Reference in New Issue
Block a user