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" +}