telegram-tt/dist/site.webmanifest

30 lines
694 B
Plaintext
Raw Normal View History

2021-04-09 13:17:49 +02:00
{
2021-04-16 14:02:56 +02:00
"name": "Telegram WebZ",
"short_name": "Telegram WebZ",
"start_url": "/",
2021-04-28 20:26:55 +02:00
"gcm_sender_id": "795646555577",
2021-04-09 13:17:49 +02:00
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
2021-04-16 14:02:56 +02:00
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
2021-04-09 13:17:49 +02:00
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
2021-04-26 14:48:23 +02:00
"display": "standalone",
"permissions": [
"notifications"
]
2021-04-09 13:17:49 +02:00
}