21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "main-capability",
|
|
"description": "Capability for the main MDEditor window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "pandoc",
|
|
"sidecar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|