diff --git a/README.md b/README.md index 5d3151f4..a85c9801 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Teamwork Chat ClockTweets Intercom ++Kune





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 33b8fe9b..ce764b08 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -833,7 +833,15 @@ Ext.define('Rambox.store.ServicesList', { ,dont_update_unread_from_title: true }, { - id: 'googlevoice' + id: 'Kune' + ,logo: 'kune.png' + ,name: 'Kune' + ,description: 'Kune is a web tool, based on Apache Wave, for creating environments of constant inter-communication, collective intelligence, knowledge and shared work.' + ,url: 'https://kune.cc' + ,type: 'messaging' + }, + { + id: 'googlevoice' ,logo: 'googlevoice.png' ,name: 'Google Voice' ,description: 'A free phone number for life. Stay in touch from any screen. Use your free number to text, call, and check voicemail all from one app. Plus, Google Voice works on all of your devices so you can connect and communicate how you want.' diff --git a/resources/icons/kune.png b/resources/icons/kune.png new file mode 100644 index 00000000..fc812548 Binary files /dev/null and b/resources/icons/kune.png differ