Files
ytplayer/src-tauri/capabilities/default.json
2026-06-21 16:15:30 +08:00

8 lines
293 B
JSON
Executable File

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Core capabilities for the main window. App-defined commands (yt_search, yt_streams, store_load, store_save) are not gated by the ACL.",
"windows": ["main"],
"permissions": ["core:default"]
}