Files
supern2n/src-tauri/capabilities/default.json
T
chun_qiu ba914125f2
Build Windows Portable Package / portable (release) Successful in 9m52s
Release version 1.2 with Supernode user window
2026-09-02 04:45:39 +08:00

17 lines
478 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default permissions for the Super N2N desktop window",
"windows": ["main", "supernode-users"],
"permissions": [
"core:default",
"core:window:allow-create",
"core:window:allow-show",
"core:window:allow-hide",
"core:window:allow-set-focus",
"core:window:allow-close",
"core:window:allow-destroy",
"core:webview:allow-create-webview-window"
]
}