Add favicon from RealFaviconGenerator

Downloads and integrates favicon assets (SVG, PNG, ICO, Apple touch icon,
web app manifest icons) and wires them up via Next.js metadata API in the
root layout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 23:07:10 +01:00
parent ea8c86f425
commit 852d19e3db
8 changed files with 43 additions and 56 deletions

21
public/site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "Candle Annotator",
"short_name": "Candle Annotator",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}