From 4b94452333d607bb46b2424e4c2d839c99a4c01c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 11 Oct 2017 09:23:09 -0400 Subject: [PATCH] favicons --- _layouts/default.html | 7 +++++++ browserconfig.xml | 9 +++++++++ favicon.ico | Bin 1150 -> 15086 bytes images/icons/android-chrome-192x192.png | Bin 0 -> 3083 bytes images/icons/android-chrome-512x512.png | Bin 0 -> 6851 bytes images/icons/apple-touch-icon.png | Bin 0 -> 1464 bytes images/icons/favicon-16x16.png | Bin 0 -> 555 bytes images/icons/favicon-32x32.png | Bin 0 -> 771 bytes images/icons/mstile-150x150.png | Bin 0 -> 2378 bytes images/icons/safari-pinned-tab.svg | 21 +++++++++++++++++++++ manifest.json | 17 +++++++++++++++++ 11 files changed, 54 insertions(+) create mode 100644 browserconfig.xml create mode 100644 images/icons/android-chrome-192x192.png create mode 100644 images/icons/android-chrome-512x512.png create mode 100644 images/icons/apple-touch-icon.png create mode 100644 images/icons/favicon-16x16.png create mode 100644 images/icons/favicon-32x32.png create mode 100644 images/icons/mstile-150x150.png create mode 100644 images/icons/safari-pinned-tab.svg create mode 100644 manifest.json diff --git a/_layouts/default.html b/_layouts/default.html index 8937d72b..01ca1905 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,6 +4,7 @@ + {% if page.title %}{{page.title}} | {% endif %}bitwarden Help & Support @@ -18,6 +19,12 @@ + + + + + +