{
  "short_name": "Blackjack",
  "name": "Chris Odegard's Blackjack",
  "description": "Simple game of blackjack implemented in React",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "favicon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "favicon-150.png",
      "sizes": "150x150",
      "type": "image/png"
    }
  ],
  "background_color": "#ffffff",
  "display": "standalone",
  "dir":"ltr",
  "lang": "en-US",
  "start_url": ".",
  "theme_color": "#000000",
  "orientation": "landscape"
}
