manifest.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "Riot - open team collaboration",
  3. "short_name": "Riot",
  4. "display": "standalone",
  5. "theme_color": "#76CFA6",
  6. "start_url": "index.html",
  7. "icons": [
  8. {
  9. "src": "/vector-icons/20587a91-30e9-d583-2b9b-5c4c2aca967f.webPlatform.png",
  10. "sizes": "44x44",
  11. "type": "image/png"
  12. },
  13. {
  14. "src": "/vector-icons/20522817-fde7-6a88-54a9-496b1c8aee53.webPlatform.png",
  15. "sizes": "1240x600",
  16. "type": "image/png"
  17. },
  18. {
  19. "src": "/vector-icons/4168a7e5-9d94-e9a3-4e60-45a58cc8ee4e.webPlatform.png",
  20. "sizes": "300x300",
  21. "type": "image/png"
  22. },
  23. {
  24. "src": "/vector-icons/dd73cdd3-17c4-9b33-81b8-4789b7a4a250.webPlatform.png",
  25. "sizes": "150x150",
  26. "type": "image/png"
  27. },
  28. {
  29. "src": "/vector-icons/8f19f71b-ab84-4fe7-1866-8ee9fb1362da.webPlatform.png",
  30. "sizes": "88x88",
  31. "type": "image/png"
  32. },
  33. {
  34. "src": "/vector-icons/89ac632f-d735-868d-4b9b-cfe32121294c.webPlatform.png",
  35. "sizes": "24x24",
  36. "type": "image/png"
  37. },
  38. {
  39. "src": "/vector-icons/5c925eef-dd2e-aa16-b6d4-13c90b81af1f.webPlatform.png",
  40. "sizes": "50x50",
  41. "type": "image/png"
  42. },
  43. {
  44. "src": "/vector-icons/b3624ff1-eaf4-1082-4923-949bc8eb40ef.webPlatform.png",
  45. "sizes": "620x300",
  46. "type": "image/png"
  47. },
  48. {
  49. "src": "/vector-icons/32aa4ec4-8b3f-d7b8-e2df-a49ba887199a.webPlatform.png",
  50. "sizes": "1024x1024",
  51. "type": "image/png"
  52. },
  53. {
  54. "src": "/vector-icons/a2e91e68-aa4e-45e7-e5e6-951e1d314675.webPlatform.png",
  55. "sizes": "180x180",
  56. "type": "image/png"
  57. },
  58. {
  59. "src": "/vector-icons/627721aa-5331-ded6-b4a5-0bb4799985ee.webPlatform.png",
  60. "sizes": "152x152",
  61. "type": "image/png"
  62. },
  63. {
  64. "src": "/vector-icons/4f4b5190-3b9c-9173-3118-442179ae62d4.webPlatform.png",
  65. "sizes": "120x120",
  66. "type": "image/png"
  67. },
  68. {
  69. "src": "/vector-icons/552c9d70-ff13-2235-8ef9-00db0d2fda0c.webPlatform.png",
  70. "sizes": "76x76",
  71. "type": "image/png"
  72. }
  73. ],
  74. "related_applications": [
  75. {
  76. "platform": "play",
  77. "url": "https://play.google.com/store/apps/details?id=im.vector.alpha",
  78. "id": "im.vector.alpha"
  79. },
  80. {
  81. "platform": "itunes",
  82. "url": "https://itunes.apple.com/gb/app/riot-open-source-team-collaboration-via-matrix/id1083446067"
  83. }
  84. ]
  85. }