diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e50c6757..75d034cc 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -497,6 +497,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: '___' ,type: 'email' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge pull-right count"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);' + }, + { + id: 'amium' + ,logo: 'amium.png' + ,name: 'Amium' + ,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' } ] }); diff --git a/resources/icons/amium.png b/resources/icons/amium.png new file mode 100644 index 00000000..2f64eec4 Binary files /dev/null and b/resources/icons/amium.png differ