Notifications, div fixes, kekse für last location

This commit is contained in:
2025-09-06 12:37:10 +02:00
parent 61d5ef2e6f
commit 8342d95a13
13 changed files with 1325 additions and 39 deletions

43
public/manifest.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "Ninja Cross Parkour",
"short_name": "NinjaCross",
"description": "Dein persönliches Dashboard für die Ninja Cross Arena",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#667eea",
"theme_color": "#764ba2",
"orientation": "portrait",
"icons": [
{
"src": "/pictures/favicon.ico",
"sizes": "192x192",
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "/pictures/favicon.ico",
"sizes": "512x512",
"type": "image/x-icon",
"purpose": "any maskable"
}
],
"categories": ["sports", "fitness", "entertainment"],
"lang": "de",
"dir": "ltr",
"scope": "/",
"prefer_related_applications": false,
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "Öffne dein Dashboard",
"url": "/index.html",
"icons": [
{
"src": "/pictures/favicon.ico",
"sizes": "192x192"
}
]
}
]
}