diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 75ca737c..9171a038 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -571,6 +571,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Riot is a simple and elegant collaboration environment that gathers all of your different conversations and app integrations into one single app.' ,url: 'https://riot.im/app/' ,type: 'messaging' + }, + { + id: 'actor' + ,logo: 'actor.png' + ,name: 'Actor' + ,description: 'Free and Secure text, photo and voice messages over 2G/3G or Wi-Fi.' + ,url: 'https://app.actor.im/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/actor.png b/resources/icons/actor.png new file mode 100644 index 00000000..4fbc4091 Binary files /dev/null and b/resources/icons/actor.png differ