Add brave as a platform type for MetaMask

feature/default_network_editable
Brian R. Bondy 6 years ago
parent 748801f417
commit 7afe81a421
  1. 2
      gulpfile.js

@ -47,6 +47,7 @@ function gulpParallel (...args) {
const browserPlatforms = [ const browserPlatforms = [
'firefox', 'firefox',
'chrome', 'chrome',
'brave',
'edge', 'edge',
'opera', 'opera',
] ]
@ -180,6 +181,7 @@ gulp.task('manifest:production', function () {
return gulp.src([ return gulp.src([
'./dist/firefox/manifest.json', './dist/firefox/manifest.json',
'./dist/chrome/manifest.json', './dist/chrome/manifest.json',
'./dist/brave/manifest.json',
'./dist/edge/manifest.json', './dist/edge/manifest.json',
'./dist/opera/manifest.json', './dist/opera/manifest.json',
], {base: './dist/'}) ], {base: './dist/'})

Loading…
Cancel
Save