From 4aab186a6d1534b934119825c55170fd95bfdeb7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 17 Aug 2021 16:50:53 +0300 Subject: [PATCH] Correct: https://invoicing.co/images/icon.png --- web/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/manifest.json b/web/manifest.json index 637c28728..13acc116b 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -19,7 +19,7 @@ ], "icons": [ { - "src": "images/icon.png", + "src": "images/logo.png", "sizes": "512x512", "type": "image/png" }