native-messaging: Add chromium support (#11230)
This commit is contained in:
parent
f8ccf0cfb8
commit
256c6aef5c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue