15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main",
|
|
"splash",
|
|
"demo_ws",
|
|
"demo_http"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"tracing:default"
|
|
]
|
|
} |