actually set the path (should fix android blank icon issue)

This commit is contained in:
Gigiaj 2025-06-08 20:04:38 -05:00
parent 5029ea0a8a
commit 4968e23dff

View file

@ -4,8 +4,8 @@ import { precacheAndRoute, cleanupOutdatedCaches } from 'workbox-precaching';
export type {};
declare const self: ServiceWorkerGlobalScope;
const DEFAULT_NOTIFICATION_ICON = '/icons/icon-192x192.png'; // Replace with your actual default icon path
const DEFAULT_NOTIFICATION_BADGE = '/icons/badge-72x72.png'; // Replace with your actual default badge icon path (for notification UI)
const DEFAULT_NOTIFICATION_ICON = '/public/res/apple/apple-touch-icon-180x180.png';
const DEFAULT_NOTIFICATION_BADGE = '/public/res/apple-touch-icon-72x72.png';
const pendingReplies = new Map();
let messageIdCounter = 0;