mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|||
|
|
"$schema": "https://raw.githubusercontent.com/niceda/tauri/dev/crates/tauri-utils/schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default capabilities for the main window",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"shell:allow-open",
|
||
|
|
"core:event:default",
|
||
|
|
"core:event:allow-listen",
|
||
|
|
"core:event:allow-emit"
|
||
|
|
]
|
||
|
|
}
|