mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-17 10:55:20 +01:00
remove _execute_sidebar_action for chrome and edge
This commit is contained in:
parent
61fb18ec4b
commit
6cc78f5b9b
@ -70,6 +70,7 @@ gulp.task('dist:chrome', (cb) => {
|
||||
delete manifest['-ms-preload'];
|
||||
delete manifest.applications;
|
||||
delete manifest.sidebar_action;
|
||||
delete manifest.commands._execute_sidebar_action;
|
||||
return manifest;
|
||||
});
|
||||
});
|
||||
@ -102,6 +103,7 @@ function edgeCopyBuild(source, dest) {
|
||||
.pipe(gulpif('manifest.json', jeditor((manifest) => {
|
||||
delete manifest.applications;
|
||||
delete manifest.sidebar_action;
|
||||
delete manifest.commands._execute_sidebar_action;
|
||||
return manifest;
|
||||
})))
|
||||
.pipe(gulp.dest(dest))
|
||||
|
Loading…
Reference in New Issue
Block a user