diff --git a/README.md b/README.md index 30181857..c5786fc3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 79 +## Services available - 80 WhatsApp Messenger @@ -121,6 +121,7 @@ Teams Xing Workplace +Hibox





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3d2e2bf8..ef69fbb9 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -729,6 +729,14 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' ,dont_update_unread_from_title: true + }, + { + id: 'hibox' + ,logo: 'hibox.png' + ,name: 'Hibox' + ,description: 'Hibox is a secure and private messaging platform for your business.' + ,url: 'https://app.hibox.co/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/hibox.png b/resources/icons/hibox.png new file mode 100644 index 00000000..41cf55a0 Binary files /dev/null and b/resources/icons/hibox.png differ