From 0285cad3749c554368b30e44c2ce998646a9ae96 Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:23:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Update=20manifest=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index 6d8213f..d80e1f4 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,32 +4,32 @@ "display": "standalone", "scope": "/", "start_url": "/", - "name": "SVGL", - "short_name": "SVGL", - "description": "Beautiful SVG vector logos", + "name": "Svgl", + "short_name": "Svgl", + "description": "A beautiful library with SVG logos", "icons": [ { - "src": "/icons/icon-192x192.png", + "src": "/images/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/icons/icon-256x256.png", + "src": "/images/icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/icons/icon-384x384.png", + "src": "/images/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" }, { - "src": "/icons/icon-512x512.png", + "src": "/images/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }, { - "src": "/icons/maskable_icon.png", + "src": "/images/icons/maskable_icon.png", "sizes": "196x196", "type": "image/png", "purpose": "maskable"