Add ccweb app icons
This commit is contained in:
@@ -4,7 +4,7 @@ self.addEventListener('message', (event) => {
|
||||
event.waitUntil(
|
||||
self.registration.showNotification(event.data.title || 'CC-Web', {
|
||||
body: event.data.body || '',
|
||||
icon: event.data.icon || undefined,
|
||||
icon: event.data.icon || '/icon-192.png',
|
||||
tag: 'cc-web-task',
|
||||
renotify: true,
|
||||
data: event.data.data || {},
|
||||
|
||||
Reference in New Issue
Block a user