icons.js 1021 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. export default {
  2. "touchiconMimeType": "image/png",
  3. "faviconMimeType": "image/png",
  4. "precomposed": false,
  5. "touchicons": [
  6. {
  7. "width": 76,
  8. "height": 76,
  9. "src": "/assets/static/src/favicon.png?width=76"
  10. },
  11. {
  12. "width": 152,
  13. "height": 152,
  14. "src": "/assets/static/src/favicon.png?width=152"
  15. },
  16. {
  17. "width": 120,
  18. "height": 120,
  19. "src": "/assets/static/src/favicon.png?width=120"
  20. },
  21. {
  22. "width": 167,
  23. "height": 167,
  24. "src": "/assets/static/src/favicon.png?width=167"
  25. },
  26. {
  27. "width": 180,
  28. "height": 180,
  29. "src": "/assets/static/src/favicon.png?width=180"
  30. }
  31. ],
  32. "favicons": [
  33. {
  34. "width": 16,
  35. "height": 16,
  36. "src": "/assets/static/src/favicon.png?width=16"
  37. },
  38. {
  39. "width": 32,
  40. "height": 32,
  41. "src": "/assets/static/src/favicon.png?width=32"
  42. },
  43. {
  44. "width": 96,
  45. "height": 96,
  46. "src": "/assets/static/src/favicon.png?width=96"
  47. }
  48. ]
  49. }