manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name":"Gitote",
  3. "icons":[
  4. {
  5. "sizes":"114x114",
  6. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-114x114.png"
  7. },
  8. {
  9. "sizes":"120x120",
  10. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-120x120.png"
  11. },
  12. {
  13. "sizes":"144x144",
  14. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-144x144.png"
  15. },
  16. {
  17. "sizes":"152x152",
  18. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-152x152.png"
  19. },
  20. {
  21. "sizes":"180x180",
  22. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-180x180.png"
  23. },
  24. {
  25. "sizes":"57x57",
  26. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-57x57.png"
  27. },
  28. {
  29. "sizes":"60x60",
  30. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-60x60.png"
  31. },
  32. {
  33. "sizes":"72x72",
  34. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-72x72.png"
  35. },
  36. {
  37. "sizes":"76x76",
  38. "src":"https://gitote-cdn.netlify.com/touch/apple-touch-icon-76x76.png"
  39. }
  40. ]
  41. }