Notifications, div fixes, kekse für last location
This commit is contained in:
43
public/manifest.json
Normal file
43
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user