mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 15:55:55 +02:00
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "desktop",
|
|
"description": "Desktop-only capabilities",
|
|
"platforms": ["linux", "macOS", "windows"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"updater:default",
|
|
"window-state:default"
|
|
]
|
|
}
|