diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-19 00:00:42 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 19:57:37 +0300 |
commit | 6806e7055f312ad1ff382118255ffe1004b7eace (patch) | |
tree | 018c02d893996f887d2b4a2fe71c6ded5610d18a /ext/manifest.json | |
parent | 3684a479c5e12efe63c54e5532a264d157a6816d (diff) |
show iframe popups in root frame
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 3cea8647..97d59e49 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -23,9 +23,11 @@ "mixed/js/api.js", "mixed/js/text-scanner.js", "fg/js/document.js", + "fg/js/frontend-api-sender.js", "fg/js/frontend-api-receiver.js", "fg/js/popup.js", "fg/js/source.js", + "fg/js/popup-proxy.js", "fg/js/popup-proxy-host.js", "fg/js/frontend.js", "fg/js/frontend-initialize.js" |