diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index be9cc2d7..ae915d58 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -310,6 +310,13 @@ Ext.define('Rambox.store.ServicesList', { ,name: 'FreeNode' ,url: 'https://webchat.freenode.net/' ,type: 'messaging' + }, + { + id: 'mightytext' + ,logo: 'mightytext.png' + ,name: 'Mighty Text' + ,url: 'https://mightytext.net/web/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/mightytext.png b/resources/icons/mightytext.png new file mode 100644 index 00000000..475ea1c4 Binary files /dev/null and b/resources/icons/mightytext.png differ