From cc3542a13ee76c17b455eed4452e4480b35edad6 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 30 Jan 2026 22:53:44 +0100 Subject: [PATCH] all_urls permission removed. see #524 --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index eb7c408e..bee41709 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,8 @@ "https://*.chatgpt.com/*", "https://*.openai.com/*", "https://*.anthropic.com/*", - "" + "https://*/*", + "http://*/*" ], "background": { "page": "mzta-background.html"