You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for broadcast window",
|
|
"windows": ["main", "sync-config"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-set-position",
|
|
"core:window:allow-set-size",
|
|
"core:window:allow-start-dragging",
|
|
"opener:default",
|
|
"store:default"
|
|
]
|
|
}
|