From 042c7677e84d3a92b163cc90bc974df7a7b4317e Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Fri, 8 Oct 2021 13:28:07 +0200 Subject: [PATCH] Removed base64 encoded images and load them from path instead --- src/images/close.png | Bin 0 -> 288 bytes src/manifest.json | 5 ++++- src/notification/bar.html | 12 ++---------- src/notification/bar.js | 9 +++++---- 4 files changed, 11 insertions(+), 15 deletions(-) create mode 100644 src/images/close.png diff --git a/src/images/close.png b/src/images/close.png new file mode 100644 index 0000000000000000000000000000000000000000..ccbb3b1d5c706eb45f148494fa8f08c5eaa057c7 GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^av;pY3?xs=ZJr3E7>k44ofvPP)Tsw@I14-?iy0Wi zR6&^0Gf3qFP*5nqC&U#<8>51JnXIQkQMQsGzhDN31^*M~A9y|82`Dnv)5S5QVovD9 zi=2lIcwDYNVC0HaxS)3-=68Mp`-y*-ubg_htGn literal 0 HcmV?d00001 diff --git a/src/manifest.json b/src/manifest.json index 316a943203..15b78418a6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -128,7 +128,10 @@ } }, "web_accessible_resources": [ - "notification/bar.html" + "notification/bar.html", + "images/icon38.png", + "images/icon38_locked.png", + "images/close.png" ], "applications": { "gecko": { diff --git a/src/notification/bar.html b/src/notification/bar.html index 0b0b29417c..5c82a4e4d3 100644 --- a/src/notification/bar.html +++ b/src/notification/bar.html @@ -10,22 +10,14 @@
-<<<<<<< HEAD - - X - -======= ->>>>>>> a3876db30bdfb5ac42bda44ec02a728a52ae149c