Initial commit
This commit is contained in:
80
public/manifest.json
Normal file
80
public/manifest.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user