Added support for PWA

This commit is contained in:
CasVT
2024-03-03 13:40:08 +01:00
parent a0f9637101
commit ae17c62ad3
6 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
]
} }
]
}