15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capabilities granted to the main Continuum window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"fs:default",
|
|
"fs:allow-read-file",
|
|
"fs:allow-write-file",
|
|
"fs:scope-appdata",
|
|
"shell:allow-open"
|
|
]
|
|
}
|