Browse Source

Update services.json

pull/2636/head
Vulich Fernando 5 years ago committed by GitHub
parent
commit
7750bccc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      api/services.json

15
api/services.json

@ -119,6 +119,21 @@
"titleBlink": false,
"custom_domain": false
},
{
"id": "converse",
"logo": "converse.png",
"name": "Converse",
"description": "Converse is a free and open-source XMPP chat client that runs in a web browser.",
"url": "___",
"type": "messaging",
"allow_popups": false,
"manual_notifications": false,
"js_unread": "let checkUnread=()=>{a=document.getElementsByClassName(\"msgs-indicator\").length,b=document.getElementsByClassName(\"unread-msgs\").length,rambox.updateBadge(a,b)};setInterval(checkUnread,3e3);",
"userAgent": "",
"note": "",
"titleBlink": false,
"custom_domain": false
},
{
"id": "crisp",
"logo": "crisp.png",

Loading…
Cancel
Save