From 7b9517297f5761f5394cae27ef58ca264731d03d Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Sat, 6 Nov 2021 11:22:07 +0100 Subject: [PATCH] remove old html code and load right svg --- background/index.js | 2 +- popup/index.html | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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...