mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
appId service and removed unnecessary permissions from manifest
This commit is contained in:
@@ -33,4 +33,7 @@
|
||||
})
|
||||
.factory('utilsService', function () {
|
||||
return chrome.extension.getBackgroundPage().utilsService;
|
||||
})
|
||||
.factory('appIdService', function () {
|
||||
return chrome.extension.getBackgroundPage().appIdService;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user