Files
btpxpress-frontend/public/manifest.json
2025-10-13 05:29:32 +02:00

81 lines
1.8 KiB
JSON

{
"name": "BTP Xpress - Plateforme de Gestion BTP",
"short_name": "BTP Xpress",
"description": "Solution complète de gestion pour les entreprises du BTP",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#f97316",
"orientation": "portrait-primary",
"categories": ["business", "productivity", "utilities"],
"lang": "fr",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"screenshots": [
{
"src": "/screenshot-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Dashboard BTP Xpress"
},
{
"src": "/screenshot-mobile.png",
"sizes": "390x844",
"type": "image/png",
"form_factor": "narrow",
"label": "Application mobile BTP Xpress"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "Accéder au tableau de bord",
"url": "/dashboard",
"icons": [
{
"src": "/icon-dashboard.png",
"sizes": "96x96"
}
]
},
{
"name": "Chantiers",
"short_name": "Chantiers",
"description": "Gérer les chantiers",
"url": "/chantiers",
"icons": [
{
"src": "/icon-chantiers.png",
"sizes": "96x96"
}
]
},
{
"name": "Planning",
"short_name": "Planning",
"description": "Consulter le planning",
"url": "/planning",
"icons": [
{
"src": "/icon-planning.png",
"sizes": "96x96"
}
]
}
]
}