{
  "name": "Fedora",
  "short_name": "Fedora",
  "description": "Members-only speakeasy inside the Aztec Theatre — San Antonio Riverwalk",
  "start_url": "/my-pass",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0706",
  "theme_color": "#0a0706",
  "categories": ["lifestyle", "entertainment", "food"],
  "icons": [
    {
      "src": "/static/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/logo-fedora.png",
      "sizes": "500x399",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "My Pass", "url": "/my-pass", "description": "View your member QR" },
    { "name": "Events",  "url": "/events",  "description": "Upcoming at Fedora" },
    { "name": "Buyout",  "url": "/buyouts", "description": "Request a private event" }
  ]
}
