Browse Source

Added Zinc Service

Fixes #53
pull/92/merge
Ramiro Saenz 9 years ago
parent
commit
026196adf4
  1. 7
      app/store/ServicesList.js
  2. BIN
      resources/icons/zinc.png

7
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'
}
]
});

BIN
resources/icons/zinc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Loading…
Cancel
Save