diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 474ef865..4047e9b1 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -652,6 +652,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Connect your customers to your team.' ,url: 'https://app.crisp.im/inbox' ,type: 'messaging' + }, + { + id: 'smooch' + ,logo: 'smooch.png' + ,name: 'Smooch' + ,description: 'Unified multi-channel messaging for businesses, bots and software makers.' + ,url: 'https://app.smooch.io/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/smooch.png b/resources/icons/smooch.png new file mode 100644 index 00000000..360cbbde Binary files /dev/null and b/resources/icons/smooch.png differ