{
  "name": "CashMatch — P2P Currency Exchange for Travelers",
  "short_name": "CashMatch",
  "description": "Skip ATM fees and exchange-office spreads. Swap cash with trusted travelers nearby at the mid-market rate.",
  "id": "/",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#11150a",
  "theme_color": "#11150a",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "travel", "social", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse offers",
      "short_name": "Browse",
      "description": "See cash exchange offers in your city",
      "url": "/offers?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192", "sizes": "192x192" }]
    },
    {
      "name": "Post a new offer",
      "short_name": "Post",
      "description": "List a new cash exchange offer",
      "url": "/offers/new?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192", "sizes": "192x192" }]
    },
    {
      "name": "My matches",
      "short_name": "Matches",
      "description": "View your active exchange matches",
      "url": "/matches?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/offers?utm_source=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+cashmatch",
      "url": "/?ref=%s"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/opengraph-image",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CashMatch — exchange cash with real travelers nearby"
    }
  ]
}
