{
  "name": "Cash Buyer Marketplace",
  "short_name": "CashBuyer",
  "description": "Know your buyer before you ever pick up the phone. Cash buyers post a buy box free; wholesalers match a deal against every active box in the market.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F5F1",
  "theme_color": "#101C26",
  "categories": ["business", "finance", "productivity"],
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Match a deal",
      "short_name": "Match",
      "description": "See how many active cash buyers a deal fits",
      "url": "/match?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My buy boxes",
      "short_name": "Buy boxes",
      "description": "Publish or confirm the criteria you buy on",
      "url": "/buy-boxes?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
