From a18b7024d4283a94b97fdb7c7d6d523c6d4a8b29 Mon Sep 17 00:00:00 2001 From: Pixkk <30828435+pixkk@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:03:08 +0300 Subject: [PATCH] Update manifest.json (https://chatgpt.com/) --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 1eab98b..ce5d5cf 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -22,7 +22,7 @@ "content_scripts": [ { "matches": [ - "https://chat.openai.com/*" + "https://chatgpt.com/*" ], "js": [ "content-scripts/mainUI.js" @@ -44,7 +44,7 @@ "leave_review.png" ], "matches": [ - "https://chat.openai.com/*" + "https://chatgpt.com/*" ] } ],