{
  "name": "BilliardsMap",
  "short_name": "BilliardsMap",
  "description": "The Billiards Map Engine for pool tournaments, verified rooms, and live bracket scoring.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "shortcuts": [
    {
      "name": "Find closest pool table",
      "short_name": "Closest table",
      "description": "Open BilliardsMap and find nearby pool tables fast.",
      "url": "/search",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Search by city",
      "short_name": "Search",
      "description": "Search for pool rooms by city or state.",
      "url": "/search",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
