From e350a9527001322b3464df6771b390c523bd160f Mon Sep 17 00:00:00 2001 From: belikovme Date: Thu, 31 Oct 2024 00:22:57 +0700 Subject: [PATCH] add short name of the site --- public/index.html | 6 +++--- public/manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index a5f4875..06ee56e 100644 --- a/public/index.html +++ b/public/index.html @@ -6,12 +6,12 @@ - React App + Anthill diff --git a/public/manifest.json b/public/manifest.json index 7026053..06fdf64 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Anthill", + "name": "Anthill.ru", "icons": [ { "src": "logo.svg",