diff --git a/README.md b/README.md
index 9db946a2..7c72eaa3 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 48
+## Services available - 49
@@ -85,6 +85,8 @@
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 0d68cad8..e2554a1f 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -433,6 +433,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.'
,url: 'https://passport.yandex.com/'
,type: 'email'
+ },
+ {
+ 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