mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
appId service and removed unnecessary permissions from manifest
This commit is contained in:
@@ -8,6 +8,7 @@ var folderService = new FolderService(cryptoService, userService, apiService);
|
||||
var syncService = new SyncService(siteService, folderService, userService, apiService);
|
||||
var autofillService = new AutofillService();
|
||||
var passwordGenerationService = new PasswordGenerationService();
|
||||
var appIdService = new AppIdService();
|
||||
|
||||
function buildContextMenu() {
|
||||
chrome.contextMenus.removeAll();
|
||||
|
||||
Reference in New Issue
Block a user