From 695edaa1eff1c10f4a140f30089167f15b840d8a Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 20:44:23 -0400 Subject: favicons --- favicons/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 favicons/site.webmanifest (limited to 'favicons/site.webmanifest') diff --git a/favicons/site.webmanifest b/favicons/site.webmanifest new file mode 100644 index 0000000..79ad15d --- /dev/null +++ b/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3