From 492cbb464499c270067fc4804f378616313492b9 Mon Sep 17 00:00:00 2001
From: Patryk Kuniczak
Date: Tue, 23 Jun 2026 19:57:50 +0200
Subject: [PATCH] fix: Rename `ManifestPermissions` to `ManifestPermission` of
types.ts in `wxt` package (#2430)
---
packages/wxt/src/types.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/wxt/src/types.ts b/packages/wxt/src/types.ts
index 7998ec28..1cb2aadf 100644
--- a/packages/wxt/src/types.ts
+++ b/packages/wxt/src/types.ts
@@ -1085,7 +1085,7 @@ export type UserManifest = {
};
};
permissions?: (
- | Browser.runtime.ManifestPermissions
+ | Browser.runtime.ManifestPermission
| (string & Record)
)[];
web_accessible_resources?: