From 0bc93655599acd531d0b8c73d68ed2e9a41454c0 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:54:11 -0400 Subject: Added favicon --- _includes/heading.html | 8 ++++++++ android-icon-192x192.png | Bin 0 -> 3465 bytes apple-icon.png | Bin 0 -> 4039 bytes browserconfig.xml | 2 ++ favicon-32x32.png | Bin 0 -> 1436 bytes favicon.ico | Bin 0 -> 1150 bytes manifest.json | 41 +++++++++++++++++++++++++++++++++++++++++ ms-icon-150x150.png | Bin 0 -> 3042 bytes 8 files changed, 51 insertions(+) create mode 100644 android-icon-192x192.png create mode 100644 apple-icon.png create mode 100644 browserconfig.xml create mode 100644 favicon-32x32.png create mode 100644 favicon.ico create mode 100644 manifest.json create mode 100644 ms-icon-150x150.png diff --git a/_includes/heading.html b/_includes/heading.html index 5c04f32..83dca65 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -3,3 +3,11 @@ + + + + + + + + diff --git a/android-icon-192x192.png b/android-icon-192x192.png new file mode 100644 index 0000000..3b7edcb Binary files /dev/null and b/android-icon-192x192.png differ diff --git a/apple-icon.png b/apple-icon.png new file mode 100644 index 0000000..d38fbc9 Binary files /dev/null and b/apple-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..c554148 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff \ No newline at end of file diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..826da64 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3b9abde Binary files /dev/null and b/favicon.ico differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..013d4a6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} \ No newline at end of file diff --git a/ms-icon-150x150.png b/ms-icon-150x150.png new file mode 100644 index 0000000..21485b1 Binary files /dev/null and b/ms-icon-150x150.png differ -- cgit v1.2.3