Add all thing to the code

something
This commit is contained in:
2026-04-12 21:42:48 +02:00
commit 408acdc23b
12 changed files with 1304 additions and 0 deletions

15
www/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Mon Timer",
"short_name": "Timer",
"start_url": "index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}