17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:allow-app-read-recursive",
|
|
"allow": [{"path": "$CONFIG/keydisplay"}]
|
|
}
|
|
]
|
|
} |