{
  "name": "Wandr",
  "short_name": "Wandr",
  "description": "Plan trips from your social media saves, together",
  "start_url": "/trips",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a5a3a",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
