Ajoute l'application de Brice et sa mise a jour automatique

This commit is contained in:
2026-04-13 21:42:04 +02:00
parent 90f17c9c89
commit 989b61e772
25 changed files with 2149 additions and 6 deletions

15
brice/www/manifest.json Normal file
View File

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