shithub
zeroed-some
/
wanda
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
wanda
Public
Watch
0
Fork
0
Star
0
wanda
/
crates
/
wanda-gui
/
capabilities
/
default.json
JSON · 221 bytes
Raw
Blame
History
1
{
2
"$schema"
:
"https://schema.tauri.app/config/2"
,
3
"identifier"
:
"default"
,
4
"description"
:
"Default capabilities for WANDA"
,
5
"windows"
:
[
"main"
],
6
"permissions"
:
[
7
"core:default"
,
8
"shell:allow-open"
9
]
10
}