Added the batterytool to the website.

This commit is contained in:
DouweRavers
2026-05-26 16:20:33 +02:00
parent 96b6340223
commit bc7ca39d25
376 changed files with 11310 additions and 44 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "BattSim",
"short_name": "BattSim",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}