From e3ec0d83ab6e1b8c887dbbe3c1f82aa106f48d39 Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:54:46 +0800 Subject: [PATCH] fix: Icons and images not displaying correctly --- src/manifests/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/manifests/manifest.json b/src/manifests/manifest.json index 41f5bb08..b0cdec0e 100644 --- a/src/manifests/manifest.json +++ b/src/manifests/manifest.json @@ -37,6 +37,10 @@ { "resources": ["*://*/*"], "matches": ["*://*/*"] + }, + { + "resources": ["resources/icons/*"], + "matches": ["*://*/*"] } ] }