site.webmanifest 231 B

123456789101112
  1. {
  2. "short_name": "",
  3. "name": "",
  4. "icons": [{
  5. "src": "icon.png",
  6. "type": "image/png",
  7. "sizes": "192x192"
  8. }],
  9. "start_url": "/?utm_source=homescreen",
  10. "background_color": "#fafafa",
  11. "theme_color": "#fafafa"
  12. }