mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
24 lines
592 B
JSON
24 lines
592 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"*"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-set-size",
|
|
"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",
|
|
"custom-window:default",
|
|
"os:default",
|
|
"process:default",
|
|
"opener:default",
|
|
"pinia:default",
|
|
"log:default"
|
|
]
|
|
}
|