1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 20:13:42 +00:00

Add support for Helium browser integration on mac (#17293)

Co-authored-by: Addison Beck <github@addisonbeck.com>
This commit is contained in:
Michael L.
2025-12-03 18:14:07 +01:00
committed by GitHub
parent 5f9759fde1
commit 6ae096485a
2 changed files with 3 additions and 1 deletions

View File

@@ -314,6 +314,7 @@ export class NativeMessagingMain {
"Microsoft Edge Canary": `${this.homedir()}/Library/Application\ Support/Microsoft\ Edge\ Canary/`,
Vivaldi: `${this.homedir()}/Library/Application\ Support/Vivaldi/`,
Zen: `${this.homedir()}/Library/Application\ Support/Zen/`,
Helium: `${this.homedir()}/Library/Application\ Support/net.imput.helium/`,
};
/* eslint-enable no-useless-escape */
}