aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian R. Bondy <netzen@gmail.com>2019-04-16 12:22:46 +0800
committerBrian R. Bondy <netzen@gmail.com>2019-06-20 00:53:38 +0800
commit7afe81a4217426aff7a42ee89ad25ecd0e2fc2ed (patch)
tree8be27d69a8331185438ea34bc4bef203a8e3d8bd
parent748801f4179d353959f40049cf6ca27851eebd0e (diff)
downloadtangerine-wallet-browser-7afe81a4217426aff7a42ee89ad25ecd0e2fc2ed.tar.gz
tangerine-wallet-browser-7afe81a4217426aff7a42ee89ad25ecd0e2fc2ed.tar.zst
tangerine-wallet-browser-7afe81a4217426aff7a42ee89ad25ecd0e2fc2ed.zip
Add brave as a platform type for MetaMask
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
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/'})