1
0
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:
Kyle Spearrin
2016-09-22 23:00:22 -04:00
parent 6b06772f22
commit ffa8b5024b
4 changed files with 48 additions and 4 deletions

View File

@@ -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();