{
  "name": "Ansem The Bull",
  "short_name": "Ansem Bull",
  "description": "Pump the chart · Dodge the rug",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "categories": ["games", "entertainment"],
  "shortcuts": [
    { "name": "Play", "url": "/", "description": "Pump the bull" },
    { "name": "CT Board", "url": "/lore", "description": "Daily lines + live tape" },
    { "name": "Hub Pulse", "url": "/pulse", "description": "Live SSE terminal" },
    { "name": "Compete", "url": "/compete", "description": "Pool + arena + cup" },
    { "name": "Peak Pool", "url": "/prophecy", "description": "Weekly MC bets" },
    { "name": "Creator Kit", "url": "/creator-kit", "description": "OBS + Nightbot" },
    { "name": "Arena", "url": "/arena", "description": "Open duel board" },
    { "name": "Anti Cup", "url": "/cup", "description": "Weekly anti-mode" },
    { "name": "Community Hub", "url": "/hub", "description": "Live snapshot" },
    { "name": "Hall of Fame", "url": "/hall", "description": "All-time peaks" },
    { "name": "Bracket", "url": "/bracket", "description": "Weekly tournament" },
    { "name": "Social Kit", "url": "/social", "description": "CT tweets" },
    { "name": "Duels", "url": "/duels", "description": "Open challenges" },
    { "name": "Daily", "url": "/daily", "description": "UTC day board" },
    { "name": "Widgets", "url": "/widgets", "description": "Free embeds" },
    { "name": "Analytics", "url": "/analytics", "description": "Public stats" },
    { "name": "Recap", "url": "/recap", "description": "Weekly recap" },
    { "name": "Shame", "url": "/shame", "description": "Hall of shame" },
    { "name": "Waves", "url": "/waves", "description": "Infinite wave explorer" },
    { "name": "Infinity", "url": "/infinity", "description": "Roulette + SSE tape" },
    { "name": "Singularity", "url": "/singularity", "description": "Max wave capstone" },
    { "name": "Max Wave", "url": "/wave?w=4787834763467", "description": "Degen Singularity Send" }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}