mirror of
https://github.com/bogdancornescu/Faro.git
synced 2026-07-08 19:20:47 +02:00
15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main and quicknote windows",
|
|
"windows": ["main", "quicknote"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-close",
|
|
"global-shortcut:allow-register",
|
|
"clipboard-manager:allow-write-text",
|
|
"clipboard-manager:allow-read-text",
|
|
"store:default"
|
|
]
|
|
}
|