diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 5e84f689..90b03ce0 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -866,6 +866,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'The most popular Polish messenger.' ,url: 'https://www.gg.pl/' ,type: 'messaging' + }, + { + id: 'mailru' + ,logo: 'mailru.png' + ,name: 'Mail.Ru' + ,description: 'Free voice and video calls, ICQ support, Odnoklassniki, VKontakte, Facebook, online games, free SMS.' + ,url: 'http://webagent.mail.ru/webim/agent/popup.html' + ,type: 'email' } ] }); diff --git a/resources/icons/mailru.png b/resources/icons/mailru.png new file mode 100644 index 00000000..c79ec1fe Binary files /dev/null and b/resources/icons/mailru.png differ