[change] src-tauri/Cargo.toml [change] src-tauri/capabilities/default.json [change] src-tauri/src/main.rs [change] src/desktop/desktopApi.js
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default capability for the Heimgeist Tauri migration spike.",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
"opener:allow-default-urls",
|
|
"opener:allow-open-path",
|
|
"opener:allow-open-url"
|
|
]
|
|
}
|