diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-17 18:50:48 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-02 19:31:42 -0400 |
commit | 5c4614f585648c2b835efc1d369e78918bc4f5ff (patch) | |
tree | 50f7aee35187192b7104752d953c18d52bcfba6c /ext/manifest.json | |
parent | 4ac55da7dd5354e6c3495f04583352d0d863b7b6 (diff) |
Add support for showing recursive popups
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 62eed6ec..eed6e40a 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -21,7 +21,9 @@ "mixed/js/extension.js", "fg/js/api.js", "fg/js/document.js", + "fg/js/frontend-api-receiver.js", "fg/js/popup.js", + "fg/js/popup-proxy-host.js", "fg/js/source.js", "fg/js/util.js", "fg/js/frontend.js" |