{
  "name": "Sammy's Muay Thai",
  "short_name": "SMT",
  "description": "Train with champions in Spring, TX. Members: scan in at the gym, manage your account, sign waivers, pay one-tap.",
  "start_url": "/account/qr?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#060708",
  "background_color": "#060708",
  "lang": "en-US",
  "categories": ["sports", "fitness", "lifestyle"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Show check-in QR",
      "short_name": "Check-in",
      "description": "Open my QR for the front desk scanner",
      "url": "/account/qr",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My account",
      "short_name": "Account",
      "url": "/account",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
