diff --git a/extension/manifest.json b/extension/manifest.json index 5c988b6..f2cb058 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "Twitch Stream Notifier", - "version": "2.1.0", + "version": "2.1.1", "manifest_version": 3, "description": "See when streamers go online!", "icons": { @@ -13,7 +13,12 @@ "background": { "service_worker": "scripts/background.js" }, - "permissions": ["notifications", "storage", "background", "alarms"], + "permissions": [ + "notifications", + "storage", + "background", + "alarms" + ], "action": { "default_icon": "images/logo_128.png", "default_title": "Twitch Stream Notifier", diff --git a/extension/popup.html b/extension/popup.html index b5c73b0..04d7db8 100644 --- a/extension/popup.html +++ b/extension/popup.html @@ -1,114 +1,103 @@ - + + - - - - - - + + + + + + - -
-
+ +
+
- -
-
+
+
-
-
-

- -

- -
    +
    +
    +

    + +

    + +
      +
      -
      -
      - +