shithub
zephyrfs
/
zephyrfs-desktop
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
zephyrfs-desktop
Public
Watch
0
Fork
0
Star
0
zephyrfs-desktop
/
src-tauri
/
capabilities
/
default.json
JSON · 220 bytes
Raw
Blame
History
1
{
2
"$schema"
:
"../gen/schemas/desktop-schema.json"
,
3
"identifier"
:
"default"
,
4
"description"
:
"Capability for the main window"
,
5
"windows"
:
[
"main"
],
6
"permissions"
:
[
7
"core:default"
,
8
"opener:default"
9
]
10
}