{
  "name": "BallGame — Keep 4 / Cut 4",
  "short_name": "BallGame",
  "description": "A daily NFL stats guessing game. 8 player seasons shown each day — KEEP or CUT each one to identify the top 4.",
  "theme_color": "#0a0a0f",
  "background_color": "#0a0a0f",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "categories": ["games", "sports"],
  "icons": [
    {
      "src": "/ballgame-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ballgame-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1024x576",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ]
}
