diff --git a/README.md b/README.md
index e282f11c..637156c2 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@

-## Services available - 84
+## Services available - 85
@@ -127,6 +127,7 @@
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 3685b686..fcee4644 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -762,6 +762,16 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/'
,type: 'messaging'
- }
+ },
+
+ {
+ id: 'mastodon'
+ ,logo: 'mastodon.png'
+ ,name: 'Mastodon'
+ ,description: 'Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication'
+ ,url: '___'
+ ,type: 'messaging'
+ ,note: 'To enable desktop notifications, you have to go to Options inside Mastodon.'
+ },
]
});
diff --git a/resources/icons/mastodon.png b/resources/icons/mastodon.png
new file mode 100644
index 00000000..92048876
Binary files /dev/null and b/resources/icons/mastodon.png differ