diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 0daaf178..b0c4f0e6 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -942,6 +942,14 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'email' ,js_unread: 'function checkUnread(){var t=document.getElementsByClassName("giraffe-hierarchy-node-counter"),e=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' - } + }, + { + id: 'bip' + ,logo: 'bip.png' + ,name: 'BiP' + ,description: 'BiP is a communication client with entertaining content, voice and video calls.' + ,url: 'https://web.bip.com/chat' + ,type: 'messaging' + } ] }); diff --git a/resources/icons/bip.png b/resources/icons/bip.png new file mode 100644 index 00000000..3254bdc0 Binary files /dev/null and b/resources/icons/bip.png differ