mi/static/manifest.json

16 lines
282 B
JSON
Raw Permalink Normal View History

2020-11-15 20:27:09 +00:00
{
2020-11-15 20:52:57 +00:00
"short_name": "mi",
"name": "mi_irl",
2020-11-15 20:27:09 +00:00
"icons": [
{
2020-11-15 20:52:57 +00:00
"src": "/static/favicon.png",
2020-11-15 20:27:09 +00:00
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}