diff --git a/README.md b/README.md
index 24bccef9..62fc7e2c 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 73
+## Services available - 74
@@ -101,13 +101,12 @@
-
-
+
@@ -117,12 +116,16 @@
-
+
-
+
+
+
+
+
## 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