mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-04 00:28:50 +01:00
release: v2.0.1 — Web UI major upgrade, theming reset, diagnostics polish, docs refreshed
This commit is contained in:
parent
721e1884af
commit
171fa5cbaf
17 changed files with 393 additions and 58 deletions
13
code/web/static/manifest.webmanifest
Normal file
13
code/web/static/manifest.webmanifest
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue