diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index d104f2e2..c103d00c 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -694,6 +694,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Kezmo is an enterprise chat and collaboration tool to help teams get things done. It’s an email alternative for secure team communication.' ,url: 'https://app.kezmo.com/web/' ,type: 'messaging' + }, + { + id: 'lounge' + ,logo: 'lounge.png' + ,name: 'The Lounge' + ,description: 'Self-hosted web IRC client.' + ,url: '___' + ,type: 'messaging' + ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge highlight"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);' } ] }); diff --git a/resources/icons/lounge.png b/resources/icons/lounge.png new file mode 100644 index 00000000..3ed196b0 Binary files /dev/null and b/resources/icons/lounge.png differ