diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 780f7519..48b5da81 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -636,6 +636,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Free mail hosting. Respect your rights and your privacy.' ,url: 'https://www.openmailbox.org/webmail/' ,type: 'email' + }, + { + id: 'flock' + ,logo: 'flock.png' + ,name: 'Flock' + ,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' } ] }); diff --git a/resources/icons/flock.png b/resources/icons/flock.png new file mode 100644 index 00000000..d1d15e93 Binary files /dev/null and b/resources/icons/flock.png differ