Files
Synapsis-Desktop/src-tauri/capabilities/default.json
T
cyph3rasi 4a408edce8 Replace the website notification card with native desktop notification handling
Hop-State: A_06FPG6WWRGQW1NG5ZQZRSY0
Hop-Proposal: R_06FPG6WDJG2WNB21CHD30R0
Hop-Task: T_06FPG5CWT7W6DEF2HVENX20
Hop-Attempt: AT_06FPG5CWT7BEF2WDEP0BJQG
2026-07-15 16:27:47 -07:00

12 lines
266 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"notification:default"
]
}