Files
flint/apps/web/public/manifest.json
T
Puechberty Arthur 3d6a5c6a0f feat: rebrand project and improve SEO/PWA setup
- 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
2026-04-22 18:39:53 +02:00

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"
}