From 2faa66a880a2382441b7c182b311a26e58131b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Fri, 20 Mar 2026 00:56:59 +0800 Subject: [PATCH] feat: add cookies permission to manifest --- wxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/wxt.config.ts b/wxt.config.ts index 3756a12..557c815 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -15,6 +15,7 @@ export default defineConfig({ 'scripting', 'tabs', 'debugger', + 'cookies', ], host_permissions: [''], action: {