webogram-i2p/app/manifest.webapp.json

70 lines
1.5 KiB
JSON
Raw Normal View History

2017-01-12 15:52:59 +00:00
{
"name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"short_name": "Telegram",
"display": "standalone",
"theme_color": "#497495",
"gcm_sender_id": "122867383838",
2017-01-17 12:27:41 +00:00
"start_url": "./?utm_source=web_app_manifest",
"scope": "/",
"background_color": "#fff",
2017-01-12 15:52:59 +00:00
"icons": [
{
"src": "img/icons/icon16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "img/icons/icon32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "img/icons/icon60.png",
"type": "image/png",
"sizes": "60x60"
},
{
"src": "img/icons/icon64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "img/icons/icon90.png",
"type": "image/png",
"sizes": "90x90"
},
{
"src": "img/icons/icon128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "img/icons/icon192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/icons/icon512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/icons/icon.svg",
2017-01-17 12:27:41 +00:00
"type": "image/svg+xml",
2017-01-12 15:52:59 +00:00
"sizes": "513x513"
}
2017-01-17 12:27:41 +00:00
],
"related_applications": [
{
"platform": "play",
"id": "org.telegram.messenger",
"url": "https://telegram.org/dl/android?ref=webmanifest"
},
{
"platform": "itunes",
"url": "https://telegram.org/dl/ios?ref=webmanifest"
}
2017-01-12 15:52:59 +00:00
]
}