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>
21 lines
No EOL
453 B
JSON
21 lines
No EOL
453 B
JSON
{
|
|
"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"
|
|
} |