{
  "name": "Texas Bones",
  "short_name": "Texas Bones",
  "description": "Texas 42, Fives, Moon and Taroky \u2014 dominoes the way Texas plays 'em. Free, no ads.",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#14432a",
  "theme_color": "#14432a",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "824x1648",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pick a game \u2014 42, Fives, Moon or Taroky"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "824x1648",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "A hand of Texas 42 at the table"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Texas 42",
      "short_name": "42",
      "url": "./?g=42",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Fives",
      "short_name": "Fives",
      "url": "./?g=fives",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Moon",
      "short_name": "Moon",
      "url": "./?g=moon",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}