xpeditis2.0/apps/frontend/public/manifest.json
David 5878b63a0a chore: update favicon to use full Xpeditis logo
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>
2025-12-23 13:34:19 +01:00

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