Files
SteamDepotDownloaderGUI/src-tauri/capabilities/main.json
2024-02-19 15:31:46 +01:00

19 lines
352 B
JSON

{
"$schema": "./schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open"
]
}