Skip to content

Commit

Permalink
Merge pull request #47 from sotayamashita/update-manifest.json
Browse files Browse the repository at this point in the history
chore: ignore settings for claude
  • Loading branch information
sotayamashita authored Jan 8, 2025
2 parents a226f96 + 925e7dd commit b26be0f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@
"128": "icon.png"
},
"permissions": ["storage"],
"host_permissions": ["https://claude.ai/*", "https://chatgpt.com/*"],
"host_permissions": [
"https://chatgpt.com/*",
"https://claude.ai/*",
"https://claude.ai/[!settings]/*"
],
"content_scripts": [
{
"matches": ["https://claude.ai/*", "https://chatgpt.com/*"],
"matches": [
"https://chatgpt.com/*",
"https://claude.ai/*",
"https://claude.ai/[!settings]/*"
],
"js": ["content.tsx"],
"run_at": "document_end"
}
Expand Down

0 comments on commit b26be0f

Please sign in to comment.