diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index c103d00c..fb38f350 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -703,6 +703,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: '___' ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge highlight"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);' + }, + { + id: 'linkedin' + ,logo: 'linkedin.png' + ,name: 'LinkedIn Messaging' + ,description: 'Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.' + ,url: 'https://www.linkedin.com/messaging' + ,type: 'messaging' } ] }); diff --git a/resources/icons/linkedin.png b/resources/icons/linkedin.png new file mode 100644 index 00000000..38d92f5e Binary files /dev/null and b/resources/icons/linkedin.png differ