creating messanger for content scripst

to pass messages to overlay
This commit is contained in:
wompmacho
2020-11-12 06:05:32 -05:00
parent c8fda4aac9
commit fb13e2f056
9 changed files with 14516 additions and 17 deletions

View File

@@ -24,7 +24,8 @@ module.exports = {
content: './content/',
background: './background/',
options: './options.js',
welcomePage: './welcomePage.js'
welcomePage: './welcomePage.js',
chat_overlay: './chat_overlay.js'
},
output: {
path: distPath,