mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-02-22 14:42:15 +08:00
21 lines
511 B
JSON
21 lines
511 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",
|
|
"os:default",
|
|
"os:allow-platform"
|
|
]
|
|
}
|