diff --git a/extension/manifest.json b/extension/manifest.json index 4a60fab..9c2df92 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -8,13 +8,14 @@ "scripting", "storage" ], - "host_permissions": [ +"host_permissions": [ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", "https://grok.com/*", "http://localhost:8001/*", - "http://127.0.0.1:8001/*" + "http://127.0.0.1:8001/*", + "https://api.intellectsafe.onrender.com/*" ], "content_scripts": [ {