Co-authored-by: CuriousCorrelation <CuriousCorrelation@gmail.com> Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main", "test"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"core:window:allow-close",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-set-always-on-top"
|
|
]
|
|
}
|