From 071e3191ad3132099b4668b9e0adad91de4f6992 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 1 Sep 2020 19:15:18 +0200 Subject: [PATCH] Fix manifest.json --- src/assets/manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/assets/manifest.json b/src/assets/manifest.json index 059dee8..9495043 100644 --- a/src/assets/manifest.json +++ b/src/assets/manifest.json @@ -1,6 +1,6 @@ { - "name": "Unisteffo", - "short_name": "Unisteffo", + "name": "Appuntiweb", + "short_name": "Appuntiweb", "start_url": "/", "display": "browser", "orientation": "portrait", @@ -8,9 +8,8 @@ "theme_color": "#1c2b4f", "icons": [ { - "src": "/assets/icon.png", - "type": "image/png", - "sizes": "800x800" + "src": "/favicon.ico", + "type": "image/x-icon" } ] }