diff --git a/README.md b/README.md
index 326a0f42..12d0338f 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 80
+## Services available - 81
@@ -122,6 +122,8 @@
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 74a713e6..ffb3d15d 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -737,6 +737,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Secure, reliable email hosting for businesses, families and professionals. Premium email with no ads, excellent spam protection and rapid personal support.'
,url: 'https://www.fastmail.com/login/'
,type: 'mail'
- }
+ },
+ {
+ id: 'hibox'
+ ,logo: 'hibox.png'
+ ,name: 'Hibox'
+ ,description: 'Hibox is a secure and private messaging platform for your business.'
+ ,url: 'https://app.hibox.co/'
+ ,type: 'messaging'
+ }
]
});
diff --git a/resources/icons/hibox.png b/resources/icons/hibox.png
new file mode 100644
index 00000000..41cf55a0
Binary files /dev/null and b/resources/icons/hibox.png differ