mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 18:19:38 +00:00
589 B
589 B
PWA Icons Required
Create the following icon files in this directory:
- icon-72x72.png
- icon-96x96.png
- icon-128x128.png
- icon-144x144.png
- icon-152x152.png
- icon-192x192.png
- icon-384x384.png
- icon-512x512.png
You can use any icon generator tool or create them manually. The icons should be square and represent your Claude Code UI application.
For a quick solution, you can:
- Create a simple square PNG icon (512x512)
- Use online tools like realfavicongenerator.net to generate all sizes
- Or use ImageMagick:
convert icon-512x512.png -resize 192x192 icon-192x192.png