Implement initial media overlay

This commit is contained in:
hensm
2020-01-12 12:08:29 +00:00
parent 270d62e6f8
commit d65c607479
18 changed files with 552 additions and 11 deletions

View File

@@ -183,7 +183,7 @@ async function initMenus () {
});
await browser.tabs.executeScript(tab.id, {
file: "senders/mediaCast.js"
file: "senders/media/bundle.js"
, frameId: info.frameId
});
} else {