diff options
Diffstat (limited to 'dev/data')
| -rw-r--r-- | dev/data/manifest-variants.json | 26 | 
1 files changed, 13 insertions, 13 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 178f1395..3b50b0f3 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -41,23 +41,23 @@                  "js": [                      "js/core.js",                      "js/yomichan.js", -                    "js/comm/cross-frame-api.js", -                    "js/comm/api.js", -                    "js/script/dynamic-loader.js", -                    "js/comm/frame-client.js", -                    "js/language/text-scanner.js", -                    "js/dom/document-util.js", -                    "js/input/hotkey-handler.js", -                    "js/dom/dom-text-scanner.js", +                    "js/app/frontend.js",                      "js/app/popup.js", -                    "js/dom/text-source-range.js", -                    "js/dom/text-source-element.js",                      "js/app/popup-factory.js", -                    "js/comm/frame-ancestry-handler.js", -                    "js/comm/frame-offset-forwarder.js",                      "js/app/popup-proxy.js",                      "js/app/popup-window.js", -                    "js/app/frontend.js", +                    "js/comm/api.js", +                    "js/comm/cross-frame-api.js", +                    "js/comm/frame-ancestry-handler.js", +                    "js/comm/frame-client.js", +                    "js/comm/frame-offset-forwarder.js", +                    "js/dom/dom-text-scanner.js", +                    "js/dom/document-util.js", +                    "js/dom/text-source-element.js", +                    "js/dom/text-source-range.js", +                    "js/input/hotkey-handler.js", +                    "js/language/text-scanner.js", +                    "js/script/dynamic-loader.js",                      "js/app/content-script-main.js"                  ],                  "match_about_blank": true,  |