diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index c8178143..4ac53273 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -38,15 +38,15 @@ "file://*/*" ], "js": [ - "mixed/js/core.js", - "mixed/js/yomichan.js", - "mixed/js/comm.js", - "mixed/js/api.js", - "mixed/js/dynamic-loader.js", - "mixed/js/frame-client.js", - "mixed/js/text-scanner.js", - "mixed/js/document-util.js", - "mixed/js/hotkey-handler.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", "fg/js/dom-text-scanner.js", "fg/js/popup.js", "fg/js/text-source-range.js", |