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": {