From b745b8aec80146f437b3070ae47727957a7c9d6c Mon Sep 17 00:00:00 2001 From: Anatoly Date: Thu, 8 Apr 2021 11:20:00 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BC=D0=B0=D0=BD=D0=B8=D1=84=D0=B5=D1=81=D1=82?= =?UTF-8?q?=20=D0=B8=20=D1=82=D0=B5=D0=B3=D0=B8=20=D0=B4=D0=BB=D1=8F=20PWA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 4 ++++ frontend/public/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 frontend/public/manifest.json diff --git a/frontend/public/index.html b/frontend/public/index.html index 3e5a139..062393e 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -3,8 +3,12 @@ + + + + <%= htmlWebpackPlugin.options.title %> diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 0000000..5096d7b --- /dev/null +++ b/frontend/public/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "Vk Bingo", + "short_name": "Bingo", + "lang": "ru-RU", + "start_url": "/", + "scope": "/", + "display": "standalone" +}