diff --git a/frontend/public/android-chrome-192x192.png b/frontend/public/android-chrome-192x192.png
new file mode 100644
index 00000000..6e675ffc
Binary files /dev/null and b/frontend/public/android-chrome-192x192.png differ
diff --git a/frontend/public/android-chrome-512x512.png b/frontend/public/android-chrome-512x512.png
new file mode 100644
index 00000000..21686919
Binary files /dev/null and b/frontend/public/android-chrome-512x512.png differ
diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png
new file mode 100644
index 00000000..c8ddb144
Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ
diff --git a/frontend/public/browserconfig.xml b/frontend/public/browserconfig.xml
new file mode 100644
index 00000000..b3930d0f
--- /dev/null
+++ b/frontend/public/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png
new file mode 100644
index 00000000..e55f3246
Binary files /dev/null and b/frontend/public/favicon-16x16.png differ
diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png
new file mode 100644
index 00000000..54fce95c
Binary files /dev/null and b/frontend/public/favicon-32x32.png differ
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
new file mode 100644
index 00000000..dca79ec3
Binary files /dev/null and b/frontend/public/favicon.ico differ
diff --git a/frontend/public/mstile-144x144.png b/frontend/public/mstile-144x144.png
new file mode 100644
index 00000000..867e0257
Binary files /dev/null and b/frontend/public/mstile-144x144.png differ
diff --git a/frontend/public/mstile-150x150.png b/frontend/public/mstile-150x150.png
new file mode 100644
index 00000000..2c03729a
Binary files /dev/null and b/frontend/public/mstile-150x150.png differ
diff --git a/frontend/public/mstile-310x150.png b/frontend/public/mstile-310x150.png
new file mode 100644
index 00000000..e30909de
Binary files /dev/null and b/frontend/public/mstile-310x150.png differ
diff --git a/frontend/public/mstile-310x310.png b/frontend/public/mstile-310x310.png
new file mode 100644
index 00000000..5da3bb8c
Binary files /dev/null and b/frontend/public/mstile-310x310.png differ
diff --git a/frontend/public/mstile-70x70.png b/frontend/public/mstile-70x70.png
new file mode 100644
index 00000000..c25f9cc9
Binary files /dev/null and b/frontend/public/mstile-70x70.png differ
diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest
new file mode 100644
index 00000000..15d74f37
--- /dev/null
+++ b/frontend/public/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Urdr timelogging",
+ "short_name": "Urdr",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/frontend/src/template.hbs b/frontend/src/template.hbs
index 9ef0dc68..50ca066b 100644
--- a/frontend/src/template.hbs
+++ b/frontend/src/template.hbs
@@ -4,6 +4,12 @@
+
+
+
+
+
+
Urdr timelogging