From ddc93e277e67a4dd82f46d3e03e99056108e96e4 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Thu, 5 Mar 2020 12:29:14 +0100 Subject: [PATCH] [enh] manifest: add small icon --- www/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/manifest.json b/www/manifest.json index 875f75c4..c9e1f52f 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -6,6 +6,11 @@ "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ + { + "src": "img/logo_32px.png", + "sizes": "32x32", + "type": "image/png" + }, { "src": "img/logo_96px.png", "sizes": "96x96", -- GitLab