2021-04-09 13:29:59 +03:00
|
|
|
{
|
2021-04-16 14:48:21 +03:00
|
|
|
"name": "Telegram WebZ",
|
|
|
|
"short_name": "Telegram WebZ",
|
2021-06-12 03:12:33 +03:00
|
|
|
"start_url": "./",
|
2021-06-28 18:20:29 +03:00
|
|
|
"gcm_sender_id": "122867383838",
|
2021-04-09 13:29:59 +03:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-05-08 22:41:31 +03:00
|
|
|
"src": "icon-192x192.png",
|
2021-04-09 13:29:59 +03:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2021-05-08 22:41:31 +03:00
|
|
|
"src": "icon-384x384.png",
|
2021-04-09 13:29:59 +03:00
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
2021-04-16 14:48:21 +03:00
|
|
|
},
|
|
|
|
{
|
2021-05-08 22:41:31 +03:00
|
|
|
"src": "icon-512x512.png",
|
2021-04-16 14:48:21 +03:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2021-04-09 13:29:59 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"theme_color": "#ffffff",
|
|
|
|
"background_color": "#ffffff",
|
2021-05-08 22:41:31 +03:00
|
|
|
"display": "standalone"
|
2021-04-09 13:29:59 +03:00
|
|
|
}
|