{
  "name": "TapReward for Business",
  "short_name": "TapReward Biz",
  "description": "Stamp activity, customers and reward redemptions for your venue.",
  "start_url": "/merchant/dashboard",
  "scope": "/merchant",
  "display": "standalone",
  "background_color": "#F9FAFB",
  "theme_color": "#4FB59F",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/merchant-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/merchant-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/merchant-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Redeem a reward",
      "url": "/merchant/dashboard/redeem"
    },
    {
      "name": "Customers",
      "url": "/merchant/dashboard/customers"
    }
  ]
}
