All checks were successful
continuous-integration/drone/push Build is passing
this supports asset caching + proper handling of the /env.js file (might have lead to config errors in previous versions)
22 lines
383 B
JSON
22 lines
383 B
JSON
{
|
|
"name": "Lauf für Kaya! - Admin",
|
|
"short_name": "LfK!Admin",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#fff",
|
|
"theme_color": "#fff",
|
|
"description": "Lauf für Kaya! - Admin",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicon.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|