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

31 lines
691 B
JSON
Raw Normal View History

2021-01-29 23:34:36 +01:00
{
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
2023-02-17 12:24:37 +01:00
"version": "10.1.2",
2021-01-29 23:34:36 +01:00
"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"
}