{
  "name": "Reel to Trip — Reels into trip plans",
  "short_name": "Reel to Trip",
  "description": "Turn the Instagram reels you save into a personal map of places to visit.",
  "start_url": "/trips",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f2e9",
  "theme_color": "#c05a3a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/reels",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
