Skip to content

Commit 88e1876

Browse files
authored
Merge pull request #16 from HOLYKEYZ/bot/upgrade-1773986084
[VALIDATED] [FEAT] Add Production Backend URL to Chrome Extension Permissions
2 parents ef3c02b + 5323d81 commit 88e1876

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extension/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
"scripting",
99
"storage"
1010
],
11-
"host_permissions": [
11+
"host_permissions": [
1212
"https://chatgpt.com/*",
1313
"https://claude.ai/*",
1414
"https://gemini.google.com/*",
1515
"https://grok.com/*",
1616
"http://localhost:8001/*",
17-
"http://127.0.0.1:8001/*"
17+
"http://127.0.0.1:8001/*",
18+
"https://api.intellectsafe.onrender.com/*"
1819
],
1920
"content_scripts": [
2021
{

0 commit comments

Comments
 (0)