diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 9171a038..f82be3a2 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -579,6 +579,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Free and Secure text, photo and voice messages over 2G/3G or Wi-Fi.' ,url: 'https://app.actor.im/' ,type: 'messaging' + }, + { + id: 'socialcast' + ,logo: 'socialcast.png' + ,name: 'Socialcast' + ,description: 'Socialcast is the premier enterprise social networking platform that connects people to the knowledge, ideas and resources they need to work more effectively.' + ,url: 'https://___.socialcast.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/socialcast.png b/resources/icons/socialcast.png new file mode 100644 index 00000000..ddb3f99b Binary files /dev/null and b/resources/icons/socialcast.png differ