{
  "name": "Clubhouse",
  "short_name": "Clubhouse",
  "description": "Your club's home for fixtures, roster, chat, stats and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#003087",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Ccircle cx='96' cy='96' r='96' fill='%23003087'/%3E%3Ctext x='96' y='130' font-family='Arial Black,Arial' font-weight='900' font-size='96' text-anchor='middle' fill='%23FFD700'%3ECH%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23003087'/%3E%3Ctext x='256' y='350' font-family='Arial Black,Arial' font-weight='900' font-size='256' text-anchor='middle' fill='%23FFD700'%3ECH%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "sports",
    "social"
  ],
  "shortcuts": [
    {
      "name": "Fixtures",
      "url": "/fixtures",
      "description": "View upcoming games"
    },
    {
      "name": "Match Day",
      "url": "/matchday",
      "description": "Live scoring and team sheet"
    }
  ]
}