mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-15 06:21:21 +08:00
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"event:default",
|
|
"window:default",
|
|
"window:allow-set-position",
|
|
"window:allow-set-size",
|
|
"window:allow-maximize",
|
|
"window:allow-minimize",
|
|
"window:allow-close",
|
|
"window:allow-is-maximizable",
|
|
"window:allow-start-dragging",
|
|
"window:allow-unmaximize",
|
|
"store:default",
|
|
"store:allow-get",
|
|
"store:allow-set",
|
|
"store:allow-save",
|
|
"store:allow-load"
|
|
]
|
|
} |