{
  "name": "Tripizy — Group travel, zero drama",
  "short_name": "Tripizy",
  "description": "Split group trip expenses in real time. Share a link, everyone joins — no app, no account.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F5F0E8",
  "theme_color": "#1C1713",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["travel", "finance", "utilities", "productivity"],
  "shortcuts": [
    { "name": "Start a trip", "short_name": "New trip", "url": "/create", "description": "Create a new trip" },
    { "name": "My trips", "short_name": "Account", "url": "/account", "description": "View your trip history" }
  ],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "params": { "title": "name", "text": "destination" }
  }
}
