diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 4ac53273..85aecc9c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -47,17 +47,17 @@ "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", - "fg/js/text-source-element.js", - "fg/js/popup-factory.js", - "fg/js/frame-ancestry-handler.js", - "fg/js/frame-offset-forwarder.js", - "fg/js/popup-proxy.js", - "fg/js/popup-window.js", - "fg/js/frontend.js", - "fg/js/content-script-main.js" + "js/dom/dom-text-scanner.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/app/content-script-main.js" ], "match_about_blank": true, "all_frames": true |