PWA Fundvelo der Caritas.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

manifest.json 292B

123456789101112131415
  1. {
  2. "name": "CaritasPWA",
  3. "short_name": "CaritasPWA",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#ffffff",
  7. "theme_color": "#03173d",
  8. "icons": [
  9. {
  10. "src": "icon-512.png",
  11. "type": "image/png",
  12. "sizes": "512x512"
  13. }
  14. ]
  15. }