Files
MIND/frontend/static/json/pwa_manifest.json
2024-03-10 11:09:03 +01:00

16 lines
375 B
JSON

{
"name": "MIND",
"short_name": "MIND",
"start_url": "/",
"display": "standalone",
"background_color": "#1b1b1b",
"theme_color": "#6b6b6b",
"orientation": "portrait-primary",
"icons": [
{
"src": "/static/img/favicon.svg",
"type": "image/svg+xml",
"sizes": "64x64 32x32 24x24 16x16"
}
]
}