diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-09 22:45:28 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-13 23:11:56 -0500 |
commit | ce51fe7eca2e893c8631c62ccb39ce3921ad1b6b (patch) | |
tree | 6da0d95cc50342e1f7c1898ba6abebb88b5ddb17 /ext/manifest.json | |
parent | 11b300ab7670011c2a06e75f72eea4e9bf87cd97 (diff) |
Use a single api.js
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 225ca441..1e819328 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -20,8 +20,8 @@ "js": [ "mixed/js/core.js", "mixed/js/dom.js", + "mixed/js/api.js", "mixed/js/text-scanner.js", - "fg/js/api.js", "fg/js/document.js", "fg/js/frontend-api-receiver.js", "fg/js/popup.js", |