diff options
Diffstat (limited to 'dev/data')
-rw-r--r-- | dev/data/manifest-variants.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 72e07086..178f1395 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -122,7 +122,7 @@ "fileName": "yomichan-chrome.zip", "excludeFiles": [ "sw.js", - "bg/js/simple-dom-parser.js", + "js/dom/simple-dom-parser.js", "lib/parse5.js" ] }, @@ -147,7 +147,7 @@ ], "excludeFiles": [ "sw.js", - "bg/js/simple-dom-parser.js", + "js/dom/simple-dom-parser.js", "lib/parse5.js" ] }, @@ -175,7 +175,7 @@ ], "excludeFiles": [ "background.html", - "bg/js/native-simple-dom-parser.js" + "js/dom/native-simple-dom-parser.js" ] }, { @@ -219,7 +219,7 @@ ], "excludeFiles": [ "sw.js", - "bg/js/simple-dom-parser.js", + "js/dom/simple-dom-parser.js", "lib/parse5.js" ] }, @@ -255,7 +255,7 @@ ], "excludeFiles": [ "sw.js", - "bg/js/simple-dom-parser.js", + "js/dom/simple-dom-parser.js", "lib/parse5.js" ] } |