generated from nhcarrigan/template
07f9cf8c30
- Add Tauri clipboard-manager plugin for native clipboard access - Fall back to native clipboard when WebView clipboard API returns empty - Convert RGBA image data to PNG via canvas for saving - Allow sending messages with attachments only (no text required) - Log attached files to output with 📎 emoji - Update send button to enable when attachments exist Co-Authored-By: Naomi Carrigan <commits@nhcarrigan.com>
21 lines
551 B
JSON
21 lines
551 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:default",
|
|
"opener:default",
|
|
"shell:allow-spawn",
|
|
"shell:allow-stdin-write",
|
|
"shell:allow-kill",
|
|
"notification:default",
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-request-permission",
|
|
"notification:allow-notify",
|
|
"clipboard-manager:default",
|
|
"clipboard-manager:allow-read-image"
|
|
]
|
|
}
|