PWA Fundvelo der Caritas.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

manifest.json 958B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "Caritas PWA",
  3. "short_name": "CaritasPWA",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#ffffff",
  7. "theme_color": "#db001b",
  8. "orientation": "portrait-primary",
  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. },
  40. {
  41. "src": "icons/icon-512.png",
  42. "type": "image/png",
  43. "sizes": "512x512"
  44. }
  45. ]
  46. }