Add PWA support and miner race

This commit is contained in:
Dorian
2026-05-06 19:21:06 +01:00
parent 360b1ebe66
commit 0c8e26f597
21 changed files with 573 additions and 16 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "gashboard",
"short_name": "gashboard",
"description": "Solo mining dashboard for Datum miners.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#07090f",
"theme_color": "#0a0e1a",
"categories": ["utilities", "finance"],
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/maskable.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "Graphs",
"short_name": "Graphs",
"url": "/graphs",
"description": "Open telemetry graphs"
}
]
}