{
  "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": "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" }
  ],
  "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"
    }
  ]
}