{
  "name": "BellCow Fantasy",
  "short_name": "BellCow",
  "description": "Fantasy football draft board, analysis, and Assistant GM.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D0B08",
  "theme_color": "#C8860A",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
