{
  "name": "Card Score App",
  "short_name": "ScoreApp",
  "start_url": "/game/index",
  "display": "standalone",
  "background_color": "#1f1c2c",
  "theme_color": "#1f1c2c",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}