From 77ea57d64321dba79de14a25b7f73c3daeadc040 Mon Sep 17 00:00:00 2001 From: Timon Ostertun Date: Wed, 30 Sep 2020 23:24:24 +0200 Subject: [PATCH] RA-#1 Notifications: Badge Icon --- service-worker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js.php b/service-worker.js.php index 15d28d5..7eaae96 100644 --- a/service-worker.js.php +++ b/service-worker.js.php @@ -244,7 +244,7 @@ self.addEventListener('push', async function(event) { data: data, body: data.body, icon: getEntry(data, 'icon', '/client/app/icons/icon-512x512.png'), - badge: '/client/app/icons/icon-96x96.png', + badge: '/client/app/icons/badge-128x128.png', vibrate: [500,100,500] }; if ((image = getEntry(data, 'image', null)) !== null) {