mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
32 lines
657 B
JSON
32 lines
657 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:window:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-close",
|
|
"store:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "$HOME/**/*"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**/*"
|
|
}
|
|
]
|
|
},
|
|
"http:default"
|
|
]
|
|
} |