1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
converse_ynh/sources/manifest.json
Éric Gaspar a98c3b997f fix
2023-12-29 14:12:59 +01:00

30 lines
691 B
JSON

{
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
"version": "10.1.6",
"categories": ["social"],
"icons": [
{
"src": "dist/images/logo/conversejs-filled-512.png",
"sizes": "512x512"
},
{
"src": "dist/images/logo/conversejs-filled-192.png",
"sizes": "192x192"
},
{
"src": "dist/images/logo/conversejs-filled-192.svg",
"sizes": "192x192"
},
{
"src": "dist/images/logo/conversejs-filled-512.svg",
"sizes": "512x512"
}
],
"start_url": "/fullscreen.html",
"background_color": "#397491",
"display": "standalone",
"scope": "/",
"theme_color": "#397491"
}