diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 90b03ce0..141cc186 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -874,6 +874,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Free voice and video calls, ICQ support, Odnoklassniki, VKontakte, Facebook, online games, free SMS.' ,url: 'http://webagent.mail.ru/webim/agent/popup.html' ,type: 'email' - } + }, + { + id: 'zulip' + ,logo: 'zulip.png' + ,name: 'zulip' + ,description: "The world's most productive group chat" + ,url: 'https://___.zulipchat.com/' + ,type: 'messaging' + }, ] }); diff --git a/resources/icons/zulip.png b/resources/icons/zulip.png new file mode 100644 index 00000000..e6fe8ab4 Binary files /dev/null and b/resources/icons/zulip.png differ