From 0975eef9746d0f9e44278003d016f74889d35659 Mon Sep 17 00:00:00 2001 From: Ir1d Date: Fri, 8 Feb 2019 23:48:05 +0800 Subject: [PATCH] fix: fix manifest --- docs/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.webmanifest b/docs/manifest.webmanifest index 767aee56..40126272 100644 --- a/docs/manifest.webmanifest +++ b/docs/manifest.webmanifest @@ -7,9 +7,9 @@ "sizes": "48x48" }, { - "src": "favicon_192x192.png", + "src": "favicon.ico", "sizes": "192x192" - }, + } ], "display": "standalone", "start_url": "index.html?launcher=true" -- 2.11.0