summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-07-08 19:58:06 -0400
committerGitHub <noreply@github.com>2020-07-08 19:58:06 -0400
commit6f49f426b518bdbca11c7994246eb088903e6619 (patch)
tree2ed7618c5eb34de3a90a826c0fac2da2fb72cbd7 /ext/manifest.json
parent295ffa6e54d04cedef35a4798cabdae71f824ee1 (diff)
Generalized frame connections (#654)
* Create FrameClient and FrameEndpoint * Use new Frame* classes for Popup=>frame connection * Update api.sendMessageToFrame and api.broadcastTab to include the sender's frameId * Update FrameClient to store the frame's frameId
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 38069aea..619c18c1 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -41,6 +41,7 @@
"mixed/js/dom.js",
"mixed/js/api.js",
"mixed/js/dynamic-loader.js",
+ "mixed/js/frame-client.js",
"mixed/js/text-scanner.js",
"fg/js/document.js",
"fg/js/dom-text-scanner.js",