diff --git a/README.md b/README.md index 24bccef9..62fc7e2c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 73 +## Services available - 74 WhatsApp Messenger @@ -101,13 +101,12 @@ Mastodon - Kiwi IRC Smooch Crisp Flock -Openmailbox +Openmailbox Typetalk Drift mmmelon @@ -117,12 +116,16 @@ Actor Riot Pushbullet -Movim +Movim Kaiwa XING -































+ + +Redbooth + +





































## Features diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 84baf657..500635fc 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -729,6 +729,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Mastodon is is a free, open-source social microblogging network/twitter alternative, based on GNU Social.' ,url: 'https://mastodon.social/auth/sign_in' ,type: 'messaging' + }, + { + id: 'redbooth' + ,logo: 'redbooth.png' + ,name: 'Redbooth' + ,description: 'Redbooth is easy-to-use online task and project management software for busy teams.' + ,url: 'https://redbooth.com/login' + ,type: 'messaging' } ] }); diff --git a/resources/icons/redbooth.png b/resources/icons/redbooth.png new file mode 100644 index 00000000..32d670ce Binary files /dev/null and b/resources/icons/redbooth.png differ