mi/static/manifest.json

16 lines
282 B
JSON

{
"short_name": "mi",
"name": "mi_irl",
"icons": [
{
"src": "/static/favicon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}