From 54f29255b1c85888076ebea95143f51214a2af26 Mon Sep 17 00:00:00 2001
From: PatrykKuniczak
Date: Tue, 23 Jun 2026 19:12:07 +0200
Subject: [PATCH] fix: Rename ManifestPermissions to ManifestPermission of
types.ts in `wxt` package
---
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 7998ec28a..1cb2aadfd 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?: