eptm_dashboard/assets/manifest.webmanifest

25 lines
567 B
JSON

{
"name": "EPTM Dashboard",
"short_name": "Dashboard",
"description": "Gestion des absences et notes — EPTM Sion / Monthey",
"start_url": "/accueil",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f8f9fa",
"theme_color": "#dc000e",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}