tweb-i2p/public/site_apple.webmanifest
r4sas d43e28f6ae
add required files in public directory
Signed-off-by: r4sas <r4sas@i2pmail.org>
2022-09-20 23:26:39 +00:00

28 lines
818 B
JSON

{
"name": "Telegram Web I2P",
"short_name": "Telegram Web I2P",
"start_url": "./",
"description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.",
"icons": [
{
"src": "assets/img/icon_square_192.png?v=jw3mK7G9Ry",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/img/icon_square_384.png?v=jw3mK7G9Ry",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "assets/img/icon_square_512.png?v=jw3mK7G9Ry",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"gcm_sender_id": "122867383838"
}