From f32af5efdb4548f60b91b9e18f116da38e9ddf8c Mon Sep 17 00:00:00 2001 From: nvigdorov Date: Thu, 15 Sep 2022 18:47:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 3eb276a..18e135f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "background_color": "#ffffff", "display": "fullscreen", "orientation": "portrait", - "start_url": "/examples-for-kids", - "app_name": "Example for Kids", - "short_name": "Example" + "start_url": "/", + "app_name": "Примеры для 1-2 классов", + "short_name": "Примеры" }