Fix web app manifest (#1017)

This commit is contained in:
Alexander Zinchuk 2021-04-16 14:48:21 +03:00
parent 2ddd3a3087
commit ba62d35c42
4 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,6 +1,7 @@
{
"name": "Telegram T",
"short_name": "Telegram T",
"name": "Telegram WebZ",
"short_name": "Telegram WebZ",
"start_url": "/",
"icons": [
{
"src": "android-chrome-192x192.png",
@ -11,6 +12,11 @@
"src": "android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",