release: v2.0.1 — Web UI major upgrade, theming reset, diagnostics polish, docs refreshed

This commit is contained in:
matt 2025-08-28 16:44:58 -07:00
parent 721e1884af
commit 171fa5cbaf
17 changed files with 393 additions and 58 deletions

View file

@ -0,0 +1,13 @@
{
"name": "MTG Deckbuilder",
"short_name": "Deckbuilder",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0f0f10",
"theme_color": "#0f0f10",
"icons": [
{ "src": "/static/favicon.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/static/favicon.png", "sizes": "512x512", "type": "image/png" }
]
}