telegram-tt/dist/site.webmanifest
Alexander Zinchuk a06e0152d0 [Build]
2021-04-28 21:27:14 +03:00

30 lines
694 B
JSON

{
"name": "Telegram WebZ",
"short_name": "Telegram WebZ",
"start_url": "/",
"gcm_sender_id": "795646555577",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"permissions": [
"notifications"
]
}