Update favicon to new AI ML Operations logo.
Unit Tests / test (pull_request) Successful in 10s

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>
This commit is contained in:
2026-07-26 06:34:31 -05:00
co-authored by Cursor
parent 45d441dcba
commit f703ebcc25
10 changed files with 16 additions and 4 deletions
+12 -2
View File
@@ -1,11 +1,21 @@
{
"short_name": "Chat by AI ML Operations. LLC",
"name": "Create React App Sample",
"name": "Chat by AI ML Operations, LLC",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "64x64 48x48 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",