diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-07 18:31:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 18:31:28 -0400 |
commit | bbb534eff5ce2034eb0d4f17239842831cdbc2d7 (patch) | |
tree | f2b88e23e62a809e5873e977008126c41005624f /ext/manifest.json | |
parent | 1a91935dd75c59951369cdb7f48950124ad9bdee (diff) |
Split source.js into two files (#894)
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index d267e62d..a4b2f89c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -48,7 +48,8 @@ "mixed/js/document-util.js", "fg/js/dom-text-scanner.js", "fg/js/popup.js", - "fg/js/source.js", + "fg/js/text-source-range.js", + "fg/js/text-source-element.js", "fg/js/popup-factory.js", "fg/js/frame-offset-forwarder.js", "fg/js/popup-proxy.js", |