Fix asset protocol and bookshelf css in iOS

This commit is contained in:
chrox 2024-10-11 21:43:16 +02:00
parent 39421f6902
commit 574ecee891
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
10 changed files with 728 additions and 67 deletions

View file

@ -2,9 +2,7 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"windows": ["main"],
"permissions": [
"core:default",
"fs:default",
@ -17,6 +15,15 @@
],
"deny": []
},
{
"identifier": "fs:scope-appdata-recursive",
"allow": [
{
"path": "$APPDATA/DigestLibrary/**/*"
}
],
"deny": []
},
{
"identifier": "fs:allow-appdata-read",
"allow": [
@ -37,4 +44,4 @@
"os:default",
"http:default"
]
}
}