mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Added null checks for toolbar, tab-bar, status-bar before accessing .style - Prevents TypeError when elements don't exist - Added executeJavaScript to send main process logs to renderer console - Now we can see main process state in DevTools - Print should now work without errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
41 lines
1016 B
JSON
41 lines
1016 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git checkout:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(powershell:*)",
|
|
"Bash(npx electron-builder:*)",
|
|
"Bash(dir dist)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(gh release create:*)",
|
|
"Bash(gh auth:*)",
|
|
"Bash(gh release delete:*)",
|
|
"Bash(gh release list:*)",
|
|
"Bash(gh release upload:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(npm start)",
|
|
"Read(//h/**)",
|
|
"Bash(cd:*)",
|
|
"Bash(npm run build:win-unsigned:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(git merge:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(npm start:*)",
|
|
"Bash(gh release delete-asset:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(gh release view:*)",
|
|
"Bash(npm run build:linux:*)",
|
|
"Bash(git reset:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|