1
0
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:
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

@@ -33,4 +33,7 @@
})
.factory('utilsService', function () {
return chrome.extension.getBackgroundPage().utilsService;
})
.factory('appIdService', function () {
return chrome.extension.getBackgroundPage().appIdService;
});