Release v2.0.0 with dual-nail control and hardened safety

This commit is contained in:
2026-03-12 02:06:42 +00:00
parent cd07703f67
commit c4c86747e5
10 changed files with 2046 additions and 451 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "piNail2 Controller",
"short_name": "piNail2",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"description": "Raspberry Pi e-nail controller dashboard",
"icons": [
{
"src": "/static/img/pi_favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/pi_favicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}