{
  "background_color": "#ffffff",
  "dir": "ltr",
  "display": "standalone",
  "name": "Go Fish: Card Game",
  "orientation": "any",
  "scope": "/",
  "short_name": "Go Fish!",
  "start_url": "./index.html",
  "theme_color": "#ffffff",
  "description": "Play the classic Go Fish card game online right from your browser.",
  "icons": [
    {
      "src": "./favicon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./favicon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
