mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:window:allow-start-dragging",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-emit",
|
|
"core:event:allow-unlisten"
|
|
]
|
|
}
|