From ea4bbce341623ef679d4b75f868382ca5c59843f Mon Sep 17 00:00:00 2001 From: "honwhy.wang" Date: Sun, 19 Jan 2025 21:32:50 +0800 Subject: [PATCH] feat: no tabs permission need --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index 8a0b54435..1413a98d7 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ icons: { 256: `/mpmd/icon-256.png`, }, - permissions: [`storage`, `tabs`], + permissions: [`storage`], host_permissions: [ `https://*.github.com/*`, `https://*.githubusercontent.com/*`,