diff --git a/web/public/service-worker.js b/web/public/service-worker.js index 1bdefb9..d197bd6 100644 --- a/web/public/service-worker.js +++ b/web/public/service-worker.js @@ -45,7 +45,7 @@ self.addEventListener('push', event => { const options = { body: data.body || 'You have a new message', icon: '/icons/icon-192x192.png', - badge: '/icons/icon-192x192.png', + badge: '/icons/badge-72x72.png', data: data.url || '/' }; event.waitUntil(self.registration.showNotification(title, options));