chore(example): Improve dialog/fs mobile examples (#2410)

This commit is contained in:
Fabian-Lars
2025-08-21 12:04:46 +02:00
committed by GitHub
parent 9e4e859bea
commit 04a0954857
3 changed files with 34 additions and 3 deletions
@@ -68,6 +68,9 @@
"fs:allow-rename",
"fs:allow-mkdir",
"fs:allow-remove",
"fs:allow-stat",
"fs:allow-fstat",
"fs:allow-lstat",
"fs:allow-write-text-file",
"fs:read-meta",
"fs:scope-download-recursive",
@@ -75,6 +78,9 @@
{
"identifier": "fs:scope-appdata-recursive",
"allow": [
{
"path": "$APPDATA/db/"
},
{
"path": "$APPDATA/db/**"
}