2026-01-30 23:14:06 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "main",
|
|
|
|
|
"description": "Default capabilities for TextDB",
|
|
|
|
|
"windows": ["main"],
|
|
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"sql:default",
|
|
|
|
|
"sql:allow-execute",
|
|
|
|
|
"dialog:default",
|
|
|
|
|
"fs:default",
|
2026-01-31 00:36:43 +01:00
|
|
|
"fs:allow-read-text-file",
|
|
|
|
|
"fs:allow-read-file",
|
|
|
|
|
"fs:allow-read",
|
|
|
|
|
"fs:allow-home-read-recursive",
|
|
|
|
|
"fs:allow-download-read-recursive",
|
|
|
|
|
"fs:allow-document-read-recursive",
|
|
|
|
|
"fs:allow-desktop-read-recursive",
|
2026-01-30 23:14:06 +01:00
|
|
|
"fs:allow-write-file",
|
|
|
|
|
"fs:allow-write-text-file",
|
|
|
|
|
"fs:allow-home-write-recursive"
|
|
|
|
|
]
|
|
|
|
|
}
|