mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
27 lines
800 B
JSON
27 lines
800 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main and overlay windows (desktop only)",
|
|
"platforms": ["linux", "macOS", "windows"],
|
|
"windows": ["main", "overlay"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:default",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-unminimize",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-set-always-on-top",
|
|
"core:event:default",
|
|
"deep-link:default",
|
|
"notification:default",
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-request-permission",
|
|
"notification:allow-notify",
|
|
"opener:default",
|
|
"updater:default",
|
|
"allow-core-process"
|
|
]
|
|
}
|