Browse Source

Add BiP Service

pull/2396/head
Kerim Doruk AKINCI 6 years ago
parent
commit
db351f2714
  1. 10
      app/store/ServicesList.js
  2. BIN
      resources/icons/bip.png

10
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<t.length;i++)parseInt(t[i].textContent.trim())%1===0&&(e+=parseInt(t[i].textContent.trim()));updateBadge(e);}function updateBadge(a){a>=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'
}
]
});

BIN
resources/icons/bip.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Loading…
Cancel
Save