mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
native-messaging: Add chromium support (#11230)
This commit is contained in:
@@ -201,6 +201,13 @@ export class NativeMessagingMain {
|
||||
chromeJson,
|
||||
);
|
||||
}
|
||||
|
||||
if (existsSync(`${this.homedir()}/.config/chromium/`)) {
|
||||
await this.writeManifest(
|
||||
`${this.homedir()}/.config/chromium/NativeMessagingHosts/com.8bit.bitwarden.json`,
|
||||
chromeJson,
|
||||
);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user