From 36f1f4864b15e11f4a78e92e14731ec786a45b8d Mon Sep 17 00:00:00 2001 From: Coding Unicorn Date: Sat, 3 Sep 2022 17:18:28 +0200 Subject: [PATCH] Update manifest.json --- public/manifest.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0883dbf 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,21 +1,11 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Ascii Art Maker", + "name": "", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".",