From cf593ab4ab22b9ad905763812321bc76931b6cb8 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 17 Feb 2019 00:16:51 +0800 Subject: Add an ugly favicon. --- Timeline/wwwroot/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Timeline/wwwroot/site.webmanifest (limited to 'Timeline/wwwroot/site.webmanifest') diff --git a/Timeline/wwwroot/site.webmanifest b/Timeline/wwwroot/site.webmanifest new file mode 100644 index 00000000..b20abb7c --- /dev/null +++ b/Timeline/wwwroot/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3