diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index b632d33..acbb4d6 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -30,11 +30,13 @@ - + + +
diff --git a/src/main/resources/static/manifest.webmanifest b/src/main/resources/static/manifest.webmanifest new file mode 100644 index 0000000..8a8b2c5 --- /dev/null +++ b/src/main/resources/static/manifest.webmanifest @@ -0,0 +1,15 @@ +{ + "background_color": "#50a7bd", + "description": "Ausgaben", + "display": "standalone", + "icons": [ + { + "src": "/public/icon-grey.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "name": "Ausgaben", + "short_name": "Ausgaben", + "start_url": "/#/home" +} \ No newline at end of file