mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:app:allow-version",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-maximize",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-close"
|
|
]
|
|
}
|
|
|