{
  "name": "Dollar Boba",
  "short_name": "Dollar Boba",
  "description": "Everyday boba for everyone. Earn points, scan QR, save with auto-applied coupons.",
  "start_url": "/me",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#F4B6D1",
  "background_color": "#FFF9E6",
  "lang": "en",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Show member QR",
      "short_name": "QR",
      "url": "/me/qr",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Menu",
      "short_name": "Menu",
      "url": "/menu",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
