Change Web App Icon
1) Replace the web logo
- Prepare your new logo in PNG format with size 512×512.
- Replace this file with your new image (keep the same filename):
src/assets/logo.png
2) Replace the favicon
- Convert your PNG icon into a favicon (
.ico).- Recommended: generate a multi-size
.ico(16×16, 32×32, 48×48).
- Recommended: generate a multi-size
- Replace the favicon file:
public/favicon.ico
- Restart the web app and hard refresh the browser (favicon can be cached).