mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
- Renamed project with new branding - Added new logo and favicon assets - Integrated full favicon + PWA icon setup - Enhanced Next.js layout metadata (SEO, OpenGraph, Twitter cards) - Added theme color support (light/dark mode) - Improved multilingual metadata handling with next-intl - Cleaned and structured generateMetadata for production readiness
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "Your App Name",
|
|
"short_name": "Your App",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
} |