manifest.webmanifest 970 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "icons": [
  3. {
  4. "src": "../icons/icon-48.webp",
  5. "type": "image/png",
  6. "sizes": "48x48",
  7. "purpose": "any maskable"
  8. },
  9. {
  10. "src": "../icons/icon-72.webp",
  11. "type": "image/png",
  12. "sizes": "72x72",
  13. "purpose": "any maskable"
  14. },
  15. {
  16. "src": "../icons/icon-96.webp",
  17. "type": "image/png",
  18. "sizes": "96x96",
  19. "purpose": "any maskable"
  20. },
  21. {
  22. "src": "../icons/icon-128.webp",
  23. "type": "image/png",
  24. "sizes": "128x128",
  25. "purpose": "any maskable"
  26. },
  27. {
  28. "src": "../icons/icon-192.webp",
  29. "type": "image/png",
  30. "sizes": "192x192",
  31. "purpose": "any maskable"
  32. },
  33. {
  34. "src": "../icons/icon-256.webp",
  35. "type": "image/png",
  36. "sizes": "256x256",
  37. "purpose": "any maskable"
  38. },
  39. {
  40. "src": "../icons/icon-512.webp",
  41. "type": "image/png",
  42. "sizes": "512x512",
  43. "purpose": "any maskable"
  44. }
  45. ]
  46. }