ported all templates to json

This commit is contained in:
2026-02-01 18:51:43 +02:00
parent ae3a339db6
commit 74f033d5e8
403 changed files with 68948 additions and 5936 deletions

View File

@@ -21,11 +21,45 @@
"fs:allow-mkdir",
"fs:allow-applocaldata-read",
"fs:allow-applocaldata-write",
"fs:allow-resource-read",
"fs:allow-resource-write",
"fs:allow-exe-read",
"fs:allow-exe-write",
"store:default",
"store:allow-get",
"store:allow-set",
"store:allow-save",
"store:allow-load",
"window-state:default",
"http:default",
"http:allow-fetch",
"shell:default",
"shell:allow-open",
"opener:default",
{
"identifier": "http:allow-fetch",
"allow": [
{
"url": "https://fonts.google.com/*"
},
{
"url": "https://github.com/*"
},
{
"url": "https://*.githubusercontent.com/*"
},
{
"url": "https://fonts.googleapis.com/*"
}
]
},
{
"identifier": "shell:allow-open",
"allow": [
{
"url": "https://*"
},
{
"url": "http://*"
}
]
},
{
"identifier": "fs:scope",
"allow": [
@@ -35,6 +69,18 @@
{
"path": "$EXE/../**"
},
{
"path": "$EXE/TypoGenie-Data/**"
},
{
"path": "$EXE/templates/**"
},
{
"path": "$APPLOCALDATA/**"
},
{
"path": "$RESOURCE/**"
},
{
"path": "$HOME"
},