{
  "name": "MatchDen",
  "short_name": "MatchDen",
  "description": "Find and book sports venues instantly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0c",
  "theme_color": "#0b0b0c",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Search venues", "url": "/search" },
    { "name": "My bookings", "url": "/account/bookings" }
  ]
}
