diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 1cd513cc..72497b31 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -604,6 +604,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Cisco Spark is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.' ,url: 'https://web.ciscospark.com/' ,type: 'messaging' + }, + { + id: 'mmmelon' + ,logo: 'mmmelon.png' + ,name: 'mmmelon' + ,description: 'The ultimate tool for daily management of projects and teams. Cloud-based, web and mobile.' + ,url: '___' + ,type: 'messaging' } ] }); diff --git a/resources/icons/mmmelon.png b/resources/icons/mmmelon.png new file mode 100644 index 00000000..aadf806c Binary files /dev/null and b/resources/icons/mmmelon.png differ