Replace downloads list with updater tool

This commit is contained in:
hensm
2019-02-14 05:00:03 +00:00
parent d4d55ea59e
commit 98bd2f2ab3
11 changed files with 524 additions and 94 deletions

View File

@@ -10,6 +10,7 @@ module.exports = (env) => ({
, "popup/bundle" : `${env.includePath}/popup/index.jsx`
, "options/bundle" : `${env.includePath}/options/index.jsx`
, "shim/bundle" : `${env.includePath}/shim/index.js`
, "updater/bundle" : `${env.includePath}/updater/index.jsx`
, "content" : `${env.includePath}/content.js`
, "contentSetup" : `${env.includePath}/contentSetup.js`
, "mediaCast" : `${env.includePath}/mediaCast.js`