icone phone
This commit is contained in:
BIN
frontend/public/icons/professeur-top-192.png
Normal file
BIN
frontend/public/icons/professeur-top-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
frontend/public/icons/professeur-top-512.png
Normal file
BIN
frontend/public/icons/professeur-top-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
24
frontend/public/manifest.webmanifest
Normal file
24
frontend/public/manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user