1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Add settings toggle to enable/disable browser integration

This commit is contained in:
Hinton
2020-10-07 15:11:01 +02:00
parent 19edc24b0b
commit 45302e5bd5
7 changed files with 107 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
/* tslint:disable:no-console */
import IPC from 'ipc';
// Mostly copied from the example on
// Mostly based on the example from MDN,
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging
export default class NativeMessage {
ipc: IPC;