You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2/schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for Flash Send",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
"shell:default",
|
|
"core:event:default",
|
|
"core:window:default"
|
|
]
|
|
}
|