Converted manifest file into dynamic endpoint

This commit is contained in:
CasVT
2025-04-24 13:51:43 +02:00
parent 2fbc460893
commit 4f77435801
8 changed files with 53 additions and 60 deletions

View File

@@ -1,17 +0,0 @@
{
"name": "MIND",
"short_name": "MIND",
"start_url": "/",
"scope": "/",
"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"
}
]
}