mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 21:44:38 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
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",
|
|
"opener:allow-reveal-item-in-dir",
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [
|
|
{ "url": "obsidian://open*" },
|
|
{ "url": "https://ollama.com/*" }
|
|
]
|
|
},
|
|
"updater:default",
|
|
"allow-core-process",
|
|
"allow-workspace-files",
|
|
"allow-artifact-download",
|
|
"allow-artifact-save",
|
|
"allow-app-update",
|
|
"allow-loopback-oauth"
|
|
]
|
|
}
|