aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/background/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/entries/background/main.ts')
-rw-r--r--extension/src/entries/background/main.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/extension/src/entries/background/main.ts b/extension/src/entries/background/main.ts
index 85e358a..a38eeff 100644
--- a/extension/src/entries/background/main.ts
+++ b/extension/src/entries/background/main.ts
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Vaughn Nugent
+// Copyright (C) 2024 Vaughn Nugent
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
@@ -25,6 +25,7 @@ import {
useEventTagFilterApi,
useInjectAllowList,
useMfaConfigApi,
+ usePermissionApi
} from "../../features";
import { useBackgroundFeatures } from "../../features/framework";
@@ -42,5 +43,6 @@ register([
usePkiApi,
useEventTagFilterApi,
useInjectAllowList,
- useMfaConfigApi
+ useMfaConfigApi,
+ usePermissionApi
]) \ No newline at end of file