diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 48b5da81..396a19f1 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -644,6 +644,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Flock is a free enterprise tool for business communication. Packed with tons of productivity features, Flock drives efficiency and boosts speed of execution.' ,url: 'https://web.flock.co/' ,type: 'messaging' + }, + { + id: 'crisp' + ,logo: 'crisp.png' + ,name: 'Crisp' + ,description: 'Connect your customers to your team.' + ,url: 'https://app.crisp.im/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/crisp.png b/resources/icons/crisp.png new file mode 100644 index 00000000..1e6ad78a Binary files /dev/null and b/resources/icons/crisp.png differ