Set popup max-height, update public files, update dependencies

This commit is contained in:
Maksim Eltyshev
2019-10-03 20:07:41 +05:00
parent ded98d412b
commit 0eef38da66
12 changed files with 196 additions and 158 deletions

14
client/public/manifest.json Executable file → Normal file
View File

@@ -1,11 +1,21 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Planka",
"name": "Planka Project Management",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",