site.webmanifest 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "Telegram Web",
  3. "short_name": "Telegram Web",
  4. "start_url": "./",
  5. "description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.",
  6. "icons": [
  7. {
  8. "src": "assets/img/android-chrome-36x36.png?v=jw3mK7G9Ry",
  9. "sizes": "36x36",
  10. "type": "image/png"
  11. },
  12. {
  13. "src": "assets/img/android-chrome-48x48.png?v=jw3mK7G9Ry",
  14. "sizes": "48x48",
  15. "type": "image/png"
  16. },
  17. {
  18. "src": "assets/img/android-chrome-72x72.png?v=jw3mK7G9Ry",
  19. "sizes": "72x72",
  20. "type": "image/png"
  21. },
  22. {
  23. "src": "assets/img/android-chrome-96x96.png?v=jw3mK7G9Ry",
  24. "sizes": "96x96",
  25. "type": "image/png"
  26. },
  27. {
  28. "src": "assets/img/android-chrome-144x144.png?v=jw3mK7G9Ry",
  29. "sizes": "144x144",
  30. "type": "image/png"
  31. },
  32. {
  33. "src": "assets/img/android-chrome-192x192.png?v=jw3mK7G9Ry",
  34. "sizes": "192x192",
  35. "type": "image/png"
  36. },
  37. {
  38. "src": "assets/img/android-chrome-256x256.png?v=jw3mK7G9Ry",
  39. "sizes": "256x256",
  40. "type": "image/png"
  41. },
  42. {
  43. "src": "assets/img/android-chrome-384x384.png?v=jw3mK7G9Ry",
  44. "sizes": "384x384",
  45. "type": "image/png"
  46. },
  47. {
  48. "src": "assets/img/android-chrome-512x512.png?v=jw3mK7G9Ry",
  49. "sizes": "512x512",
  50. "type": "image/png"
  51. }
  52. ],
  53. "screenshots" : [{
  54. "src": "assets/img/screenshot.jpg",
  55. "sizes": "1280x910",
  56. "type": "image/jpeg"
  57. }],
  58. "share_target": {
  59. "action": "./share/",
  60. "method": "POST",
  61. "enctype": "multipart/form-data",
  62. "params": {
  63. "title": "title",
  64. "text": "text",
  65. "url": "url",
  66. "files": [{
  67. "name": "files",
  68. "accept": "*/*"
  69. }]
  70. }
  71. },
  72. "theme_color": "#ffffff",
  73. "background_color": "#ffffff",
  74. "display": "standalone",
  75. "gcm_sender_id": "122867383838"
  76. }