mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 09:36:23 +02:00
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "openwork-default",
|
|
"description": "Default OpenWork capability (UI permissions)",
|
|
"windows": ["*"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
"updater:default",
|
|
"process:default",
|
|
"opener:allow-reveal-item-in-dir",
|
|
"opener:allow-open-path",
|
|
"opener:allow-open-url",
|
|
"opener:allow-default-urls"
|
|
]
|
|
}
|