2025-03-28 12:53:16 +08:00
|
|
|
{
|
2025-03-28 18:40:08 +08:00
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Capability for the main window",
|
2025-03-29 08:32:35 +08:00
|
|
|
"windows": [
|
|
|
|
|
"*"
|
|
|
|
|
],
|
2025-03-28 18:40:08 +08:00
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"core:window:allow-start-dragging",
|
|
|
|
|
"core:window:allow-set-size",
|
2025-04-10 22:30:15 +08:00
|
|
|
"core:window:deny-internal-toggle-maximize",
|
|
|
|
|
"core:window:allow-set-always-on-top",
|
|
|
|
|
"core:window:allow-set-ignore-cursor-events",
|
|
|
|
|
"core:window:allow-set-decorations",
|
2025-03-28 18:40:08 +08:00
|
|
|
"custom-window:default",
|
|
|
|
|
"os:default",
|
|
|
|
|
"process:default",
|
2025-03-29 07:46:53 +08:00
|
|
|
"opener:default",
|
2025-03-29 08:32:35 +08:00
|
|
|
"pinia:default",
|
|
|
|
|
"log:default"
|
2025-03-28 18:40:08 +08:00
|
|
|
]
|
2025-03-28 12:53:16 +08:00
|
|
|
}
|