PWA Fundvelo der Caritas.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "CwebPlusApp",
  3. "short_name": "Cweb+ App",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#ffffff",
  7. "theme_color": "#ffffff",
  8. "orientation": "any",
  9. "icons": [
  10. {
  11. "src": "icons/icon-48.png",
  12. "type": "image/png",
  13. "sizes": "48x48"
  14. },
  15. {
  16. "src": "icons/icon-72.png",
  17. "type": "image/png",
  18. "sizes": "72x72"
  19. },
  20. {
  21. "src": "icons/icon-96.png",
  22. "type": "image/png",
  23. "sizes": "96x96"
  24. },
  25. {
  26. "src": "icons/icon-120.png",
  27. "type": "image/png",
  28. "sizes": "120x120"
  29. },
  30. {
  31. "src": "icons/icon-144.png",
  32. "type": "image/png",
  33. "sizes": "144x144"
  34. },
  35. {
  36. "src": "icons/icon-192.png",
  37. "type": "image/png",
  38. "sizes": "192x192",
  39. "purpose": "any maskable"
  40. },
  41. {
  42. "src": "icons/icon-512.png",
  43. "type": "image/png",
  44. "sizes": "512x512"
  45. }
  46. ]
  47. }