From 64724bfa90c4945b716e77c7b61893ec092c01a7 Mon Sep 17 00:00:00 2001 From: PressJump <40802367+PressJump@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:55:59 +1000 Subject: [PATCH] Fix Manifest --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f70c3ae..a9427d8 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,7 @@ ], "web_accessible_resources": [ "icon.svg", + "plus.svg", "index.html", "page.html" ], @@ -30,4 +31,4 @@ "icons": { "48": "icon.svg" } -} \ No newline at end of file +}