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) {