From 5bf4b8e134b485d47a461d6eaab284d50cec0ef3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 3 Aug 2019 14:51:45 -0400 Subject: Favicons, updated homepage and more stuff --- public/ico/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/ico/site.webmanifest (limited to 'public/ico/site.webmanifest') diff --git a/public/ico/site.webmanifest b/public/ico/site.webmanifest new file mode 100644 index 0000000..9b5b90d --- /dev/null +++ b/public/ico/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/ico/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/ico/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3