fix: Rename ManifestPermissions to ManifestPermission of types.ts in wxt package (#2430)

This commit is contained in:
Patryk Kuniczak
2026-06-23 19:57:50 +02:00
committed by GitHub
parent c8e93b15db
commit 492cbb4644
+1 -1
View File
@@ -1085,7 +1085,7 @@ export type UserManifest = {
};
};
permissions?: (
| Browser.runtime.ManifestPermissions
| Browser.runtime.ManifestPermission
| (string & Record<never, never>)
)[];
web_accessible_resources?: