2025-11-14 16:25:03 +01:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-11-21 23:23:04 +01:00
|
|
|
"Bash(npm run build:*)",
|
|
|
|
|
"WebSearch",
|
|
|
|
|
"WebFetch(domain:web.dev)",
|
|
|
|
|
"WebFetch(domain:caniuse.com)",
|
|
|
|
|
"WebFetch(domain:blog.rasc.ch)",
|
2025-12-06 01:22:04 +01:00
|
|
|
"WebFetch(domain:developer.chrome.com)",
|
2025-12-08 22:26:38 +01:00
|
|
|
"Bash(npx tsc:*)",
|
|
|
|
|
"WebFetch(domain:github.com)",
|
|
|
|
|
"Bash(npm install:*)",
|
2025-12-11 00:15:13 +01:00
|
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
|
|
|
"Bash(npm run css:analyze:*)"
|
2025-11-14 16:25:03 +01:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|