From a720ad31ba326b2f5e1e3743c9d553ff7c229df2 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 2 Feb 2026 21:32:54 +0100 Subject: [PATCH] readded permission. see https://github.com/micz/ThunderAI/issues/524#issuecomment-3837352541 --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bee41709..bb91cd1f 100644 --- a/manifest.json +++ b/manifest.json @@ -41,7 +41,8 @@ "https://*.openai.com/*", "https://*.anthropic.com/*", "https://*/*", - "http://*/*" + "http://*/*", + "" ], "background": { "page": "mzta-background.html"