mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
14 lines
362 B
Text
14 lines
362 B
Text
![]() |
{
|
||
|
"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" }
|
||
|
]
|
||
|
}
|