Use extension popup instead of content script for mirroring sender

This commit is contained in:
hensm
2022-09-08 12:43:47 +01:00
parent bd5c1c8da8
commit b897cbb64b
12 changed files with 269 additions and 117 deletions

View File

@@ -75,6 +75,7 @@ const buildOpts = {
path.join(srcPath, "/cast/senders/mirroring.ts"),
// UI
path.join(srcPath, "ui/popup/index.ts"),
path.join(srcPath, "ui/mirroring/index.ts"),
path.join(srcPath, "ui/options/index.ts")
],
define: {