From cb9ae6758bafb3833c56f1f209a0660fe5135fc0 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 19 Aug 2024 17:02:16 +0200 Subject: [PATCH] Restrict the permission to access only https://*.chatgpt.com/* and not all sites. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 13a636c9..ce9879ae 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,7 @@ "accountsRead", "downloads", "notifications", - "" + "https://*.chatgpt.com/*" ], "background": { "page": "mzta-background.html"