Initial commit

This commit is contained in:
2025-09-22 15:17:50 +02:00
commit 04c51af8a8
6 changed files with 812 additions and 0 deletions

13
app.webmanifest Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "app_template",
"background_color": "#BBB",
"display": "fullscreen",
"scope": "/",
"icons": [
{
"src": "appicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}