{
  "name": "Joker's Ladder",
  "short_name": "Joker's Ladder",
  "description": "A daily card game where you predict if the next card is higher or lower. Can you climb all 52 rungs?",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0e4f5",
  "theme_color": "#f0e4f5",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ]
}