diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 825b474..41216f5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,8 +19,9 @@
{{- end }}
-
-
+
+
+
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..f35ad6d
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/favicon-32.png b/static/favicon-32.png
new file mode 100644
index 0000000..81e2ef9
Binary files /dev/null and b/static/favicon-32.png differ
diff --git a/static/icon-192.png b/static/icon-192.png
new file mode 100644
index 0000000..9c7e8b3
Binary files /dev/null and b/static/icon-192.png differ
diff --git a/static/icon-512.png b/static/icon-512.png
new file mode 100644
index 0000000..51bc5cf
Binary files /dev/null and b/static/icon-512.png differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..cef1037
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,16 @@
+{
+ "name": "Roux",
+ "short_name": "Roux",
+ "description": "A fashion journal in one hundred plates.",
+ "icons": [
+ { "src": "/favicon-32.png", "type": "image/png", "sizes": "32x32" },
+ { "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
+ { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
+ { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
+ { "src": "/assets/roux-mark.svg", "type": "image/svg+xml", "sizes": "any" }
+ ],
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#f1ebe0",
+ "theme_color": "#f1ebe0"
+}