diff --git a/background/index.js b/background/index.js index b510c61..7cd05c2 100644 --- a/background/index.js +++ b/background/index.js @@ -35,7 +35,7 @@ function sendNotification(open) { type: 'basic', title: 'Space Status', message: `Space ist jetzt ${open ? 'offen' : 'geschlossen'}.`, - iconUrl: browser.runtime.getURL('icons/logo.svg') + iconUrl: browser.runtime.getURL('icons/favicon.svg') }); } diff --git a/popup/index.html b/popup/index.html index 2d9dd3b..84e71e4 100644 --- a/popup/index.html +++ b/popup/index.html @@ -6,10 +6,6 @@ -

Aktueller Status

loading...