diff --git a/web/index.html b/web/index.html index 0666c9d..3de4aef 100644 --- a/web/index.html +++ b/web/index.html @@ -1,9 +1,14 @@ - + + + + + + Anwesenheit diff --git a/web/public/apple-touch-icon.png b/web/public/apple-touch-icon.png new file mode 100644 index 0000000..20c7b5e Binary files /dev/null and b/web/public/apple-touch-icon.png differ diff --git a/web/public/favicon-96x96.png b/web/public/favicon-96x96.png new file mode 100644 index 0000000..9e24bc0 Binary files /dev/null and b/web/public/favicon-96x96.png differ diff --git a/web/public/favicon.ico b/web/public/favicon.ico new file mode 100644 index 0000000..effff8e Binary files /dev/null and b/web/public/favicon.ico differ diff --git a/web/public/favicon.svg b/web/public/favicon.svg new file mode 100644 index 0000000..41b5467 --- /dev/null +++ b/web/public/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/web/public/site.webmanifest b/web/public/site.webmanifest new file mode 100644 index 0000000..1375dd8 --- /dev/null +++ b/web/public/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "FW Anwesenheit", + "short_name": "FW Anwesenheit", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/web/public/web-app-manifest-192x192.png b/web/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..ea2631f Binary files /dev/null and b/web/public/web-app-manifest-192x192.png differ diff --git a/web/public/web-app-manifest-512x512.png b/web/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..1f538d1 Binary files /dev/null and b/web/public/web-app-manifest-512x512.png differ