From 29b5779b8ef117474ce8d4382cad5e5b60a64a1d Mon Sep 17 00:00:00 2001 From: Nastya Date: Wed, 31 Jan 2024 23:15:40 +0300 Subject: [PATCH] -- --- public/browserconfig.xml | 9 --------- public/manifest.json | 23 +++++------------------ 2 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 public/browserconfig.xml mode change 100755 => 100644 public/manifest.json diff --git a/public/browserconfig.xml b/public/browserconfig.xml deleted file mode 100644 index b3930d0f..00000000 --- a/public/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/public/manifest.json b/public/manifest.json old mode 100755 new mode 100644 index 99698376..56f9fd3f --- a/public/manifest.json +++ b/public/manifest.json @@ -1,23 +1,10 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "PenaHub", + "name": "Pena Hub", "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "android-chrome-192x192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "android-chrome-512x512.png", - "type": "image/png", - "sizes": "512x512" - } - ], + { "src": "/favicon192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/favicon512.png", "type": "image/png", "sizes": "512x512" } + ], "start_url": ".", "display": "standalone", "theme_color": "#000000",