diff --git a/public/index.html b/public/index.html index fd5ce9d0..dcef3f44 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@
+ diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 00000000..5bd2d18f --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Lauf für Kaya! - Admin", + "short_name": "LfK!Admin", + "start_url": ".", + "display": "standalone", + "background_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" + } + ] +}