diff --git a/gulpfile.js b/gulpfile.js index 35c6331e8..ea35d5c5a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,6 +47,7 @@ function gulpParallel (...args) { const browserPlatforms = [ 'firefox', 'chrome', + 'brave', 'edge', 'opera', ] @@ -180,6 +181,7 @@ gulp.task('manifest:production', function () { return gulp.src([ './dist/firefox/manifest.json', './dist/chrome/manifest.json', + './dist/brave/manifest.json', './dist/edge/manifest.json', './dist/opera/manifest.json', ], {base: './dist/'})