Geert Rademakes ba78aabd53 feat: Add proper title and favicon for Rekordbox Reader
- Update page title to 'Rekordbox Reader - Music Library Manager'
- Create custom music-themed favicon with blue color scheme
- Add comprehensive meta tags for SEO and social sharing
- Include Open Graph and Twitter Card meta tags
- Create web app manifest for PWA support
- Add theme color and app branding
- Improve browser tab and bookmark appearance
- Add keywords and author meta tags for better discoverability

The web app now has professional branding with a custom favicon
and proper meta tags for better user experience and SEO.
2025-08-06 16:02:00 +02:00

26 lines
556 B
JSON

{
"name": "Rekordbox Reader",
"short_name": "Rekordbox Reader",
"description": "Music Library Manager with S3 storage integration",
"start_url": "/",
"display": "standalone",
"background_color": "#1a202c",
"theme_color": "#1a202c",
"icons": [
{
"src": "/favicon.svg",
"sizes": "32x32",
"type": "image/svg+xml"
},
{
"src": "/favicon.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/favicon.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}