diff --git a/img/notification.png b/img/notification.png new file mode 100644 index 000000000..70b0843c0 Binary files /dev/null and b/img/notification.png differ diff --git a/js/services/notifications.js b/js/services/notifications.js index bd8dc1920..43668edec 100644 --- a/js/services/notifications.js +++ b/js/services/notifications.js @@ -203,7 +203,7 @@ factory('notification', ['$timeout', // Movile notification window.navigator.vibrate([200,100,200]); if (document.hidden && (type == 'info' || type == 'funds')) { - new window.Notification(title, {body: content}); + new window.Notification(title, {body: content, icon:'img/notification.png'}); } this.save();