From 4a86c4d98691c1e1469d25a47944444475551567 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 24 Nov 2019 09:00:34 -0500 Subject: Inital commit --- 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