Backup of local-only Tauri project prior to OS reinstall. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default"
|
|
]
|
|
}
|