diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index ab99652f..d07d51a3 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -291,6 +291,13 @@ Ext.define('Rambox.store.ServicesList', { ,logo: 'custom.png' ,name: '_Custom Service' ,type: 'custom' + }, + { + id: 'zinc' + ,logo: 'zinc.png' + ,name: 'Zinc' + ,url: 'https://zinc-app.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/zinc.png b/resources/icons/zinc.png new file mode 100644 index 00000000..7991b6f9 Binary files /dev/null and b/resources/icons/zinc.png differ