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/*" ] } ],