We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1ae2e commit c2a2a1aCopy full SHA for c2a2a1a
background.js
@@ -94,7 +94,7 @@ function collectListingIds() {
94
async function showNotification(tabId, title, message) {
95
await chrome.notifications.create("immo24:" + tabId, {
96
type: "basic",
97
- iconUrl: "immo.jpg",
+ iconUrl: "icon-48.png",
98
title: title,
99
message: message,
100
});
0 commit comments