diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 75d034cc..bb9855e4 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -505,6 +505,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Amium turns any file into a real-time activity feed and conversation. So you can work better, together.' ,url: 'https://___.amium.com/' ,type: 'messaging' + }, + { + id: 'hootsuite' + ,logo: 'hootsuite.png' + ,name: 'Hootsuite' + ,description: 'Enhance your social media management with Hootsuite, the leading social media dashboard. Manage multiple networks and profiles and measure your campaign results.' + ,url: 'https://hootsuite.com/dashboard' + ,type: 'messaging' } ] }); diff --git a/resources/icons/hootsuite.png b/resources/icons/hootsuite.png new file mode 100644 index 00000000..8a1a94f3 Binary files /dev/null and b/resources/icons/hootsuite.png differ