manifest.json 259 B

123456789101112131415
  1. {
  2. "name": "UI for Apache Kafka",
  3. "icons": [
  4. {
  5. "src": "/favicon/icon-192.png",
  6. "type": "image/png",
  7. "sizes": "192x192"
  8. },
  9. {
  10. "src": "/favicon/icon-512.png",
  11. "type": "image/png",
  12. "sizes": "512x512"
  13. }
  14. ]
  15. }