10 lines
234 B
JSON
Executable file
10 lines
234 B
JSON
Executable file
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for the Synq Core app",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open"
|
|
]
|
|
}
|