mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:webview:allow-set-webview-zoom",
|
|
"shell:default",
|
|
"updater:default",
|
|
"dialog:default",
|
|
"process:default"
|
|
]
|
|
}
|