16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Standard app capabilities",
|
|
"platforms": [
|
|
"windows",
|
|
"macOS",
|
|
"linux"
|
|
],
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default"
|
|
]
|
|
} |