telegram-tt/public/site.webmanifest

33 lines
845 B
Plaintext
Raw Normal View History

2021-04-09 12:29:59 +02:00
{
"name": "Telegram Web",
"short_name": "Telegram Web",
"description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.",
2021-06-12 02:12:33 +02:00
"start_url": "./",
2021-06-28 17:20:29 +02:00
"gcm_sender_id": "122867383838",
2021-04-09 12:29:59 +02:00
"icons": [
{
"src": "icon-192x192.png",
2021-04-09 12:29:59 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-384x384.png",
2021-04-09 12:29:59 +02:00
"sizes": "384x384",
"type": "image/png"
2021-04-16 13:48:21 +02:00
},
{
"src": "icon-512x512.png",
2021-04-16 13:48:21 +02:00
"sizes": "512x512",
"type": "image/png"
2021-04-09 12:29:59 +02:00
}
],
"screenshots" : [{
"src": "screenshot.jpg",
"sizes": "1280x802",
"type": "image/jpeg"
}],
2021-04-09 12:29:59 +02:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
2021-04-09 12:29:59 +02:00
}