xpeditis2.0/apps/frontend/public/manifest.json
David d65cb721b5
Some checks are pending
CD Production (Hetzner k3s) / Promote Images (preprod → prod) (push) Waiting to run
CD Production (Hetzner k3s) / Deploy to k3s (xpeditis-prod) (push) Blocked by required conditions
CD Production (Hetzner k3s) / Smoke Tests (push) Blocked by required conditions
CD Production (Hetzner k3s) / Deployment Summary (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Success (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Failure (push) Blocked by required conditions
chore: sync full codebase from cicd branch
Aligns main with the complete application codebase (cicd branch).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 12:56:44 +02: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"
}
]
}