feat(app-backend): build tauri desktop app backend, clipboard listener, and system tray
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["*"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"core:window:default",
|
||||
"notification:default",
|
||||
"global-shortcut:default",
|
||||
"clipboard-manager:default",
|
||||
"process:default",
|
||||
"autostart:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user