From 51efd6f154f6a6dd9a388b3fe6b9352043cd7757 Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Thu, 16 Mar 2017 00:28:30 +0530 Subject: [PATCH] Modified notification.js --- js/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notification.js b/js/notification.js index 57599f5..f33157e 100644 --- a/js/notification.js +++ b/js/notification.js @@ -15,7 +15,7 @@ function notifyUser() { Notification.requestPermission(); else { var notification = new Notification('Buzzz!! Time\'s up', { - icon: 'http://cdn.sstatic.net/stackexchange/img/logos/so/so-icon.png', + icon: 'https://raw.githubusercontent.com/amitmerchant1990/pomolectron/master/res/tomato-big.png', body: "Hey there! You've been notified!" });