diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-22 23:19:38 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-22 23:19:38 -0700 |
commit | edf1c0ff6d9eadd17c98f00ef027c27d1b89a8ee (patch) | |
tree | df8a3caa3f0d46363533d66d6f01b06f6bcebb9c /ext/manifest.json | |
parent | 611b4420af9aa5c8ad6287996b73ae8fd2eb2f4b (diff) |
cleanup
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 a318e539..288976f3 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -18,7 +18,7 @@ "fg/js/document.js", "fg/js/source-range.js", "fg/js/source-element.js", - "fg/js/background.js", + "fg/js/api.js", "fg/js/popup.js", "fg/js/frontend.js" ], |