xmpp.chapril.org-conversejs/manifest.json

21 lines
476 B
JSON
Raw Normal View History

2020-01-09 15:43:08 +01:00
{
"short_name": "Converse",
"name": "Converse Chat",
"categories": ["social"],
"icons": [
{
"src": "logo/conversejs-filled.png",
"sizes": "72x72 96x96 128x128 192x192 256x256 512x512"
},
{
"src": "logo/conversejs-filled.svg",
"sizes": "72x72 96x96 128x128 192x192 256x256 512x512"
}
],
"start_url": "/fullscreen.html",
"background_color": "#397491",
"display": "standalone",
"scope": "/",
"theme_color": "#397491"
}