{
  "name": "Cherry — Travel planning, picked for you",
  "short_name": "Cherry",
  "description": "Send any link to Cherry. AI builds your itinerary, drops pins, and tallies costs.",
  "start_url": "/app/inbox",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFF7F4",
  "theme_color": "#E11D48",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/cherry-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/cherry-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
