diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 80c6d91b..028a557d 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -555,6 +555,14 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("color dark"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);' ,custom_domain: true + }, + { + id: 'pushbullet' + ,logo: 'pushbullet.png' + ,name: 'Pushbullet' + ,description: 'Pushbullet connects your devices, making them feel like one.' + ,url: 'https://www.pushbullet.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/pushbullet.png b/resources/icons/pushbullet.png new file mode 100644 index 00000000..c0243f1a Binary files /dev/null and b/resources/icons/pushbullet.png differ