diff --git a/src/service-worker.ts b/src/service-worker.ts index bb6c5096..cf75c382 100644 --- a/src/service-worker.ts +++ b/src/service-worker.ts @@ -56,7 +56,10 @@ self.addEventListener('push', (event: PushEvent) => { requireInteraction: true, tag: 'stocknear-notification', renotify: true, - vibrate: [200, 100, 200] + vibrate: [200, 100, 200], + data: { + suppressNotificationFrom: true // Custom flag to indicate branding should be suppressed + } }; event.waitUntil(