improved patching

This commit is contained in:
Luca Haid
2025-04-09 21:35:02 +02:00
parent 17c47d75ad
commit 3d7bc55302
5 changed files with 477 additions and 186 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "thetool Patching",
"short_name": "Patching",
"description": "Patching tool for thetool.",
"start_url": "/Patching/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/assets/images/favicon.ico",
"sizes": "66x61",
"type": "image/x-icon"
}
]
}