From 5323d813038d3fc4923aa1b65b8919ed64d2a0e7 Mon Sep 17 00:00:00 2001 From: "joe-gemini-bot[bot]" <260097884+joe-gemini-bot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:56:02 +0000 Subject: [PATCH] [FEAT] Add Production Backend URL to Chrome Extension Permissions Co-authored-by: HOLYKEYZ --- extension/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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": [ {