We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef3c02b + 5323d81 commit 88e1876Copy full SHA for 88e1876
1 file changed
extension/manifest.json
@@ -8,13 +8,14 @@
8
"scripting",
9
"storage"
10
],
11
- "host_permissions": [
+"host_permissions": [
12
"https://chatgpt.com/*",
13
"https://claude.ai/*",
14
"https://gemini.google.com/*",
15
"https://grok.com/*",
16
"http://localhost:8001/*",
17
- "http://127.0.0.1:8001/*"
+ "http://127.0.0.1:8001/*",
18
+ "https://api.intellectsafe.onrender.com/*"
19
20
"content_scripts": [
21
{
0 commit comments