Implement webview example

This commit is contained in:
Nicola Spadari
2025-02-20 16:17:25 +01:00
parent ef14335303
commit 1057c9bc2d
6 changed files with 62 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main",
"description": "Capabilities for the main window",
"description": "Capabilities for the app window",
"windows": [
"main"
"main",
"secondary"
],
"permissions": [
"core:path:default",
@@ -38,6 +39,8 @@
"os:allow-locale",
"fs:allow-document-read",
"fs:allow-document-write",
"store:default"
"store:default",
"core:webview:allow-create-webview",
"core:webview:allow-create-webview-window"
]
}