mtg_python_deckbuilder/code/web/static/manifest.webmanifest

14 lines
362 B
Text
Raw Normal View History

{
"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" }
]
}