1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Merge pull request #1426 from Hinton/feature/desktop-bridge

Browser <-> desktop communication
This commit is contained in:
Chad Scharf
2020-12-04 12:21:23 -05:00
committed by GitHub
18 changed files with 369 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ import { VaultTimeoutService } from 'jslib/abstractions/vaultTimeout.service';
import { BrowserApi } from '../browser/browserApi';
import MainBackground from './main.background';
import { NativeMessagingBackground } from './nativeMessaging.background';
import { Analytics } from 'jslib/misc';
import { Utils } from 'jslib/misc/utils';