diff --git a/manifest.chrome.json b/manifest.chrome.json index e134bfb..d1ba8fd 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -21,6 +21,7 @@ "content_scripts": [ { "matches": [ + "https://chatgpt.com/*", "https://chat.openai.com/*", "https://bard.google.com/*", "https://gemini.google.com/*", diff --git a/manifest.firefox.json b/manifest.firefox.json index 9addbe8..7a9f535 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -21,6 +21,7 @@ "content_scripts": [ { "matches": [ + "https://chatgpt.com/*", "https://chat.openai.com/*", "https://bard.google.com/*", "https://gemini.google.com/*", diff --git a/manifest.safari.json b/manifest.safari.json index 913a351..9e9741e 100644 --- a/manifest.safari.json +++ b/manifest.safari.json @@ -21,6 +21,7 @@ "content_scripts": [ { "matches": [ + "https://chatgpt.com/*", "https://chat.openai.com/*", "https://bard.google.com/*", "https://gemini.google.com/*",