{
  "name": "cribbage.ai — Play Cribbage Online",
  "short_name": "Cribbage",
  "description": "Play cribbage online free against a smart AI opponent. Three difficulty levels, an AI coach that rates every discard and pegging play, daily challenges, and pass-and-play for two.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2b1c14",
  "theme_color": "#2b1c14",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}