- Updated overlay.css to add gap in titlebar. - Deleted schemaBuilder_v1.js and associated zip files (v1.0.0 to v1.2.0). - Modified index.html to reflect new Click2Crawl feature and updated descriptions. - Updated manifest.json to include new JavaScript files for Click2Crawl and markdown extraction. - Refined popup styles and HTML to align with new feature names and functionalities. - Enhanced user instructions and tooltips to guide users on the new Click2Crawl and Markdown Extraction features.
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(python:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(true)",
|
|
"Bash(./package-extension.sh:*)",
|
|
"Bash(find:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(/Users/unclecode/.npm-global/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-darwin/rg -A 5 -B 5 \"Script Builder\" docs/md_v2/apps/crawl4ai-assistant/)",
|
|
"Bash(/Users/unclecode/.npm-global/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-darwin/rg -A 30 \"generateCode\\(events, format\\)\" docs/md_v2/apps/crawl4ai-assistant/content/content.js)",
|
|
"Bash(/Users/unclecode/.npm-global/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-darwin/rg \"<style>\" docs/md_v2/apps/crawl4ai-assistant/index.html -A 5)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(./test-final-integration.sh:*)",
|
|
"Bash(mv:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": false
|
|
} |