From 562274b3d86d59ac3b63995a92347e99de9f4fed Mon Sep 17 00:00:00 2001 From: KoloMl Date: Wed, 12 Mar 2025 19:27:24 +0400 Subject: [PATCH] Fixed Firefox not applying tag groups due to invalid scripts order --- manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 530dd4b..fd7a687 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,14 @@ "src/styles/content/header.scss" ] }, + { + "matches": [ + "*://*.furbooru.org/images/*" + ], + "js": [ + "src/content/tags-editor.ts" + ] + }, { "matches": [ "*://*.furbooru.org/images?*", @@ -61,14 +69,6 @@ "js": [ "src/content/tags.ts" ] - }, - { - "matches": [ - "*://*.furbooru.org/images/*" - ], - "js": [ - "src/content/tags-editor.ts" - ] } ], "action": {