30 lines
709 B
JSON
30 lines
709 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for the CTMS desktop window.",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"fs:allow-read-file",
|
|
"fs:allow-write-file",
|
|
"fs:allow-remove",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "$TEMP/ctms-desktop/**" }
|
|
]
|
|
},
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-request-permission",
|
|
"notification:allow-notify",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [
|
|
{ "path": "$TEMP/ctms-desktop/**" }
|
|
]
|
|
}
|
|
]
|
|
}
|