Добавление manifest и иконок

This commit is contained in:
2021-02-06 16:01:53 +03:00
parent 5a1a2c26b6
commit 931b12b591
10 changed files with 6272 additions and 826 deletions

10
public/manifest.json Normal file
View File

@ -0,0 +1,10 @@
{
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "fullscreen",
"scope": "/",
"orientation": "portrait",
"start_url": "/",
"app_name": "Example for Kids",
"short_name": "Example"
}