diff --git a/website/layouts/base.liquid b/website/layouts/base.liquid
index f7f9c84..47facd5 100644
--- a/website/layouts/base.liquid
+++ b/website/layouts/base.liquid
@@ -8,7 +8,12 @@
{% if title %}{{ title }} — {% endif %}Rolens
-
+
+
+
+
+
+
diff --git a/website/static/android-chrome-192x192.png b/website/static/android-chrome-192x192.png
new file mode 100644
index 0000000..bdc3616
Binary files /dev/null and b/website/static/android-chrome-192x192.png differ
diff --git a/website/static/android-chrome-512x512.png b/website/static/android-chrome-512x512.png
new file mode 100644
index 0000000..112f5e5
Binary files /dev/null and b/website/static/android-chrome-512x512.png differ
diff --git a/website/static/apple-touch-icon.png b/website/static/apple-touch-icon.png
new file mode 100644
index 0000000..bec438e
Binary files /dev/null and b/website/static/apple-touch-icon.png differ
diff --git a/website/static/favicon-16x16.png b/website/static/favicon-16x16.png
new file mode 100644
index 0000000..66a90fa
Binary files /dev/null and b/website/static/favicon-16x16.png differ
diff --git a/website/static/favicon-32x32.png b/website/static/favicon-32x32.png
new file mode 100644
index 0000000..a795887
Binary files /dev/null and b/website/static/favicon-32x32.png differ
diff --git a/website/static/favicon.ico b/website/static/favicon.ico
new file mode 100644
index 0000000..1f4b67a
Binary files /dev/null and b/website/static/favicon.ico differ
diff --git a/website/static/logo.png b/website/static/logo.png
index a36d005..e0a4ca8 100644
Binary files a/website/static/logo.png and b/website/static/logo.png differ
diff --git a/website/static/site.webmanifest b/website/static/site.webmanifest
new file mode 100644
index 0000000..36a7aeb
--- /dev/null
+++ b/website/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Rolens",
+ "short_name": "Rolens",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#b40101",
+ "background_color": "#b40101",
+ "display": "standalone"
+}