manifest.webmanifest 1003 B

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