feat: add tray

This commit is contained in:
2024-11-04 10:40:50 +07:00
parent bd1f2b899d
commit f54f448ecb
3 changed files with 68 additions and 9 deletions

View File

@@ -2,8 +2,13 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "window",
"description": "Capability for the desktop",
"platforms": ["macOS", "windows"],
"windows": ["*"],
"platforms": [
"macOS",
"windows"
],
"windows": [
"*"
],
"permissions": [
"core:path:default",
"core:event:default",
@@ -41,9 +46,7 @@
"decorum:allow-show-snap-overlay",
"clipboard-manager:allow-write-text",
"clipboard-manager:allow-read-text",
"dialog:allow-open",
"dialog:allow-ask",
"dialog:allow-message",
"dialog:default",
"process:allow-restart",
"process:allow-exit",
"fs:allow-read-file",