From bbe3b9eb9d046c1b78b79347b580fb8ea481de1a Mon Sep 17 00:00:00 2001 From: meishibiezb <750783119@qq.com> Date: Tue, 5 May 2026 03:24:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9config=E4=BD=BF?= =?UTF-8?q?=E5=85=B6=E8=83=BD=E5=A4=9F=E6=8F=90=E4=BA=A4=E5=88=B0FireFox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxt.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wxt.config.ts b/wxt.config.ts index 3b7e7d0..d045655 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -5,5 +5,11 @@ export default defineConfig({ browser: "firefox", manifest: { permissions: ['storage', 'downloads'], + browser_specific_settings: { + gecko: { + id: 'picture-collector@meishibiezb.xyz', + data_collection_permissions: { required: ['none'] } + } + } }, });