1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
Éric Gaspar 2024-06-17 14:22:40 +02:00
parent 581b1c109b
commit c83d0f8860
2 changed files with 1 additions and 30 deletions

1
sources/libsignal-protocol.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,30 +0,0 @@
{
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
"version": "10.1.7",
"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"
}