diff --git a/_includes/headertop.html b/_includes/headertop.html
index f23401366..49cb75cf7 100644
--- a/_includes/headertop.html
+++ b/_includes/headertop.html
@@ -22,6 +22,13 @@
+
+
+
+
+
+
+
diff --git a/resources/android-chrome-192x192.png b/resources/android-chrome-192x192.png
new file mode 100644
index 000000000..60d23b724
Binary files /dev/null and b/resources/android-chrome-192x192.png differ
diff --git a/resources/android-chrome-512x512.png b/resources/android-chrome-512x512.png
new file mode 100644
index 000000000..f48239dba
Binary files /dev/null and b/resources/android-chrome-512x512.png differ
diff --git a/resources/apple-touch-icon.png b/resources/apple-touch-icon.png
new file mode 100644
index 000000000..63ae67bc6
Binary files /dev/null and b/resources/apple-touch-icon.png differ
diff --git a/resources/browserconfig.xml b/resources/browserconfig.xml
new file mode 100644
index 000000000..6c3340f02
--- /dev/null
+++ b/resources/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #2d89ef
+
+
+
diff --git a/resources/favicon-16x16.png b/resources/favicon-16x16.png
new file mode 100644
index 000000000..8586591f4
Binary files /dev/null and b/resources/favicon-16x16.png differ
diff --git a/resources/favicon-32x32.png b/resources/favicon-32x32.png
new file mode 100644
index 000000000..6cabba97f
Binary files /dev/null and b/resources/favicon-32x32.png differ
diff --git a/resources/favicon.ico b/resources/favicon.ico
index 9eb6ef516..a89bfc3cb 100644
Binary files a/resources/favicon.ico and b/resources/favicon.ico differ
diff --git a/resources/mstile-150x150.png b/resources/mstile-150x150.png
new file mode 100644
index 000000000..5a826017c
Binary files /dev/null and b/resources/mstile-150x150.png differ
diff --git a/resources/safari-pinned-tab.svg b/resources/safari-pinned-tab.svg
new file mode 100644
index 000000000..c3c13efb6
--- /dev/null
+++ b/resources/safari-pinned-tab.svg
@@ -0,0 +1,54 @@
+
+
+
diff --git a/resources/site.webmanifest b/resources/site.webmanifest
new file mode 100644
index 000000000..066bd7a36
--- /dev/null
+++ b/resources/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/resources/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/resources/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}