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. }