{
   "name": "CrapsJack",
   "display": "standalone",
   "icons": [
      {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
      },
      {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "76x76"
      },
      {
      "src": "mstile-150x150.png",
      "type": "image/png",
      "sizes": "214x214"
      }
   ],
    "start_url": "Craps.html",
    "theme_color": "#485563",
    "background_color": "#485563",
    "orientation": "landscape"
}