1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ZipConnect",
  3. "short_name": "ZipConnect",
  4. "icons": [
  5. {
  6. "src": "./content/images/hipster192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "./content/images/hipster256.png",
  12. "sizes": "256x256",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "./content/images/hipster384.png",
  17. "sizes": "384x384",
  18. "type": "image/png"
  19. },
  20. {
  21. "src": "./content/images/hipster512.png",
  22. "sizes": "512x512",
  23. "type": "image/png"
  24. }
  25. ],
  26. "theme_color": "#000000",
  27. "background_color": "#e0e0e0",
  28. "start_url": "/index.html",
  29. "display": "standalone",
  30. "orientation": "portrait"
  31. }