Replace the icon with the full Xpeditis logo (logo-black.svg) as requested. Updated references in: - app/icon.svg (favicon) - app/layout.tsx (metadata and social cards) - public/manifest.json (PWA icon) Note: The full logo (1875x1699px) will be scaled down in browser tabs. Consider creating a square optimized version for better display in small sizes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"name": "Xpeditis - Maritime Freight Booking",
|
|
"short_name": "Xpeditis",
|
|
"description": "Search, compare, and book maritime freight in real-time",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#10183A",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/logos/logo-black.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|