Files
Vincent 2d0b7fe8b5 BWF Analyser: browser page and macOS app
Reads and edits BWF metadata for production sound. One source tree builds a
single self-contained page and a native Tauri app with a Rust audio engine and
WAV writer. Around 370 checks across seven test suites.

First commit of the existing state, so that from here every change can be
seen and undone.
2026-08-17 22:50:39 +08:00

14 lines
436 B
JSON

{
"identifier": "default",
"description": "Core APIs plus the native open dialog. The app's own bwf_* commands are not listed here: commands defined by the application itself, called from its own local frontend, are allowed without an ACL entry. Only plugin commands need one.",
"windows": [
"main"
],
"permissions": [
"core:default",
"dialog:allow-open",
"dialog:allow-save",
"window-state:default"
]
}