diff options
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..06d13dd1 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -21,9 +21,11 @@ "mixed/js/extension.js", "fg/js/api.js", "fg/js/document.js", + "fg/js/frontend-api-receiver.js", "fg/js/popup.js", "fg/js/source.js", "fg/js/util.js", + "fg/js/popup-proxy-host.js", "fg/js/frontend.js" ], "css": ["fg/css/client.css"], |