From cfcf11cd6d12e650f4f21bb950578a3717f8d085 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sun, 7 Oct 2018 10:50:35 -0500 Subject: [PATCH] Fixes #242 --- public/favicon/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/favicon/manifest.json b/public/favicon/manifest.json index d2397db72..31c31db3c 100644 --- a/public/favicon/manifest.json +++ b/public/favicon/manifest.json @@ -2,12 +2,12 @@ "name": "Standard Notes", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "/favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-384x384.png", + "src": "/favicon/android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" } @@ -15,4 +15,4 @@ "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" -} \ No newline at end of file +}