Replace stale favicon.jpg / old ICO with multi-size favicon.ico, PNG variants (16x16, 32x32), logo192.png / logo512.png, and apple-touch-icon.png generated from the new brand mark
Point index.html and manifest.json at the new assets; drop the CRA placeholder app name in the manifest
Test plan
Hard-refresh the app (or clear site data) and confirm the new logo appears in the browser tab
Check DevTools Network for favicon.ico / PNG icons — no 404s and no requests for favicon.jpg
On mobile Safari / iOS home-screen add, confirm apple-touch-icon looks correct
Confirm PWA/manifest icons resolve to the new 192/512 assets
## Summary
- Closes #18
- Replace stale `favicon.jpg` / old ICO with multi-size `favicon.ico`, PNG variants (`16x16`, `32x32`), `logo192.png` / `logo512.png`, and `apple-touch-icon.png` generated from the new brand mark
- Point `index.html` and `manifest.json` at the new assets; drop the CRA placeholder app name in the manifest
## Test plan
- [ ] Hard-refresh the app (or clear site data) and confirm the new logo appears in the browser tab
- [ ] Check DevTools Network for `favicon.ico` / PNG icons — no 404s and no requests for `favicon.jpg`
- [ ] On mobile Safari / iOS home-screen add, confirm apple-touch-icon looks correct
- [ ] Confirm PWA/manifest icons resolve to the new 192/512 assets
Closes#18. Replace stale favicon.jpg/ICO assets with multi-size ICO, PNG, and apple-touch-icon generated from the new brand mark, and point index.html/manifest at them.
Co-authored-by: Cursor <cursoragent@cursor.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
favicon.jpg/ old ICO with multi-sizefavicon.ico, PNG variants (16x16,32x32),logo192.png/logo512.png, andapple-touch-icon.pnggenerated from the new brand markindex.htmlandmanifest.jsonat the new assets; drop the CRA placeholder app name in the manifestTest plan
favicon.ico/ PNG icons — no 404s and no requests forfavicon.jpg