Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const notificationManager: NotificationManager = {
// Await here to ensure notifications work correctly in a service_worker (MV3)
await browser.notifications.create(nanoid(), {
type: 'basic',
iconUrl: icon || browser.runtime.getURL('assets/images/xicon@96.png'),
iconUrl: icon || browser.runtime.getURL('assets/images/xicon_kohaku@96.png'),
title,
message
})
Expand Down