|
|
@ -1,12 +1,13 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "Telegram", |
|
|
|
"name": "Telegram", |
|
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", |
|
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", |
|
|
|
"version": "0.5.5", |
|
|
|
|
|
|
|
"short_name": "Telegram", |
|
|
|
"short_name": "Telegram", |
|
|
|
"display": "standalone", |
|
|
|
"display": "standalone", |
|
|
|
"orientation": "portrait", |
|
|
|
|
|
|
|
"theme_color": "#497495", |
|
|
|
"theme_color": "#497495", |
|
|
|
"gcm_sender_id": "122867383838", |
|
|
|
"gcm_sender_id": "122867383838", |
|
|
|
|
|
|
|
"start_url": "./?utm_source=web_app_manifest", |
|
|
|
|
|
|
|
"scope": "/", |
|
|
|
|
|
|
|
"background_color": "#fff", |
|
|
|
"icons": [ |
|
|
|
"icons": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"src": "img/icons/icon16.png", |
|
|
|
"src": "img/icons/icon16.png", |
|
|
@ -50,8 +51,19 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"src": "img/icons/icon.svg", |
|
|
|
"src": "img/icons/icon.svg", |
|
|
|
"type": "image/svg", |
|
|
|
"type": "image/svg+xml", |
|
|
|
"sizes": "513x513" |
|
|
|
"sizes": "513x513" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"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" |
|
|
|
|
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|