diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3685b686..72135b8f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -762,6 +762,19 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,url: 'https://___.jandi.com/' ,type: 'messaging' - } + }, + { + id: 'trello' + , + logo: 'trello.png' + , + name: 'Trello' + , + description: 'Infinitely flexible. Incredibly easy to use. Great mobile apps. It\'s free. Trello keeps track of everything, from the big picture to the minute details.' + , + url: 'https://trello.com/login' + , + type: 'Task' + } ] }); diff --git a/resources/icons/trello.png b/resources/icons/trello.png new file mode 100644 index 00000000..5a3177c5 Binary files /dev/null and b/resources/icons/trello.png differ