icone phone

This commit is contained in:
2026-05-01 19:28:53 +02:00
parent c12154fac5
commit af07b6f266
4 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@@ -0,0 +1,24 @@
{
"name": "Professeur TOP",
"short_name": "Prof TOP",
"description": "Le professeur virtuel pour suivre les lecons et exercices.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f5f7fb",
"theme_color": "#2563eb",
"icons": [
{
"src": "/icons/professeur-top-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/professeur-top-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}