Add React frontend and Rust backend stubs for MP3 import, metadata, SQLite storage, and transcription hooks.
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability set for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"shell:allow-execute",
|
|
"shell:allow-open"
|
|
]
|
|
}
|