mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 18:21:35 +03:00
77b9a508a4
* feat(api): add `Image` class * clippy * license headers * small cleanup * fixes * code review * readd from_png_bytes and from_ico_bytes --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"webview:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"image:default",
|
|
"menu:default",
|
|
"tray:default"
|
|
]
|
|
}
|