From b40bc291ba47b00fd86d1e4f887a703abbd7657c Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 28 Apr 2026 19:08:02 +0200 Subject: [PATCH] fix(ext): use host_permissions to allow injection on any page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush --- extension/wxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/wxt.config.js b/extension/wxt.config.js index 79f232e..26eacff 100644 --- a/extension/wxt.config.js +++ b/extension/wxt.config.js @@ -14,7 +14,7 @@ export default defineConfig({ 'notifications', 'alarms', ], - host_permissions: ['http://127.0.0.1:*/*', 'http://localhost:*/*'], + host_permissions: [''], action: { default_icon: { 16: 'icon/16.png',