1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 19:27:41 +00:00
plateforme-tfjm2/chat/static/tfjm/chat_eteam.webmanifest
Emmy D'Anello 17c7d0ccc3
More specific code to ETEAM
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
2024-06-08 00:23:44 +02:00

18 lines
415 B
JSON

{
"background_color": "white",
"description": "Chat for ETEAM",
"display": "standalone",
"icons": [
{
"src": "/static/tfjm/img/eteam.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"name": "ETEAM Chat",
"short_name": "ETEAM Chat",
"start_url": "/chat/fullscreen",
"theme_color": "black"
}