Tauri 2 + React 19 + TypeScript. GitHub Desktop-style two-stage flow (local Commit -> Submit), async p4 backend, three.js asset viewer, resizable persisted panels, History revert (p4 undo), reveal-in-Explorer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-close",
|
|
"dialog:default"
|
|
]
|
|
}
|