{
  "name": "Backyard Lime",
  "short_name": "BackyardLime",
  "description": "Play authentic Caribbean domino online. Multiplayer domino with voice & video chat, tournaments, and rankings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1f14",
  "theme_color": "#0f2d1f",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Quick Match",
      "short_name": "Play",
      "description": "Jump into a quick domino match",
      "url": "/?play=quick",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}