PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. {
  2. "name": "CaritasPWA",
  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": "icon-512.png",
  12. "type": "image/png",
  13. "sizes": "512x512"
  14. }
  15. ]
  16. }