1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 15:58:24 +02:00

Add feature to install chat on the home screen

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-27 19:11:03 +02:00
parent badbb2567e
commit a50e865ef0
10 changed files with 169 additions and 60 deletions

View File

@ -0,0 +1,21 @@
{
"background_color": "white",
"description": "Chat pour le TFJM²",
"display": "standalone",
"icons": [
{
"src": "tfjm-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "tfjm-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "Chat TFJM²",
"short_name": "Chat TFJM²",
"start_url": "/chat/fullscreen/",
"theme_color": "black"
}