From fc6a0ce4fdc5120b9d0d64e44877deec9a39b834 Mon Sep 17 00:00:00 2001 From: Ajay S Date: Thu, 22 Sep 2022 13:32:21 +0530 Subject: [PATCH] added app name in mainfest.json --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..cc04e9d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "stringere", + "name": "stringere", "icons": [ { "src": "favicon.ico",