diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 72497b31..768d1995 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -612,6 +612,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'The ultimate tool for daily management of projects and teams. Cloud-based, web and mobile.' ,url: '___' ,type: 'messaging' + }, + { + id: 'drift' + ,logo: 'drift.png' + ,name: 'Drift' + ,description: 'Drift is a messaging app that makes it easy for businesses to talk to their website visitors and customers in real-time, from anywhere.' + ,url: 'https://app.drift.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/drift.png b/resources/icons/drift.png new file mode 100644 index 00000000..c995a413 Binary files /dev/null and b/resources/icons/drift.png differ