site.webmanifest 305 B

1234567891011121314
  1. {
  2. "name": "",
  3. "short_name": "",
  4. "icons": [
  5. {
  6. "src": "/android-chrome-144x144.png",
  7. "sizes": "144x144",
  8. "type": "image/png"
  9. }
  10. ],
  11. "theme_color": "#ffffff",
  12. "background_color": "#ffffff",
  13. "display": "standalone"
  14. }