diff --git a/README.md b/README.md
index 9db946a2..c38a759d 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 48
+## Services available - 49
@@ -65,6 +65,11 @@
+
+
+
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 0d68cad8..596d6c96 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -433,6 +433,15 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.'
,url: 'https://passport.yandex.com/'
,type: 'email'
+ },
+ {
+ id: 'ryver'
+ ,logo: 'ryver.png'
+ ,name: 'Ryver'
+ ,description: 'Ryver is a team communication tool that organizes team collaboration, chats, files, and even emails into a single location, for any size team, for FREE.'
+ ,url: 'https://signup.ryver.com/login'
+ ,type: 'messaging'
}
]
+ ]
});
diff --git a/resources/icons/ryver.png b/resources/icons/ryver.png
new file mode 100644
index 00000000..f1f6c36f
Binary files /dev/null and b/resources/icons/ryver.png differ