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)",
|
2025-12-11 18:11:11 +01:00
|
|
|
"Bash(npm run css:analyze:*)",
|
2025-12-15 21:25:01 +01:00
|
|
|
"Bash(npm run test:run:*)",
|
2025-12-17 23:54:25 +01:00
|
|
|
"Bash(cd:*)",
|
|
|
|
|
"Bash(powershell -Command \"Get-ChildItem -Path src -Directory | Select-Object -ExpandProperty Name\")",
|
|
|
|
|
"Bash(powershell -Command \"Get-ChildItem -Path src -Filter ''index.ts'' -Recurse | Select-Object -ExpandProperty FullName\")",
|
2025-12-21 12:23:49 +01:00
|
|
|
"Bash(powershell -Command:*)",
|
|
|
|
|
"WebFetch(domain:www.npmjs.com)",
|
|
|
|
|
"WebFetch(domain:unpkg.com)"
|
2025-11-14 16:25:03 +01:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|