2025-11-22 13:15:01 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Capability for the main window",
|
|
|
|
|
"windows": ["main"],
|
2025-12-06 04:39:49 +08:00
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"opener:default",
|
|
|
|
|
"core:window:allow-start-dragging",
|
|
|
|
|
"shell:default",
|
|
|
|
|
"updater:default",
|
|
|
|
|
"dialog:default"
|
|
|
|
|
]
|
2025-11-22 13:15:01 +08:00
|
|
|
}
|