{
  "name": "MatchCrowd",
  "short_name": "MatchCrowd",
  "description": "Find the best sports bars and venues showing live matches near you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B6B3A",
  "theme_color": "#0B6B3A",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": [
    "sports",
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Matches",
      "short_name": "Matches",
      "url": "/matches",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Near Me",
      "short_name": "Near Me",
      "url": "/home",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}