Skip to content

Commit c2a2a1a

Browse files
authored
Update background.js
1 parent 0b1ae2e commit c2a2a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function collectListingIds() {
9494
async function showNotification(tabId, title, message) {
9595
await chrome.notifications.create("immo24:" + tabId, {
9696
type: "basic",
97-
iconUrl: "immo.jpg",
97+
iconUrl: "icon-48.png",
9898
title: title,
9999
message: message,
100100
});

0 commit comments

Comments
 (0)