note-app/note-taking-app/src-tauri/capabilities/default.json

11 lines
222 B
JSON
Raw Normal View History

2024-10-24 16:35:32 -07:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}