Skip to content

Commit 18bcf44

Browse files
authored
require interaction for notifications
1 parent 06d427a commit 18bcf44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ async function showNotification(tabId, title, message) {
9999
iconUrl: "icon-48.png",
100100
title: title,
101101
message: message,
102+
requireInteraction: true,
102103
});
103104
}

0 commit comments

Comments
 (0)