{
  "name": "2048",
  "short_name": "2048",
  "description": "Enjoy 2048 the classic tile game. Combine the numbers to get to the 2048 tile! Play 2048 online for free or try the app. A challenging but fun puzzle game!",
  "lang": "en",
  "start_url": "/2048",
  "scope": "https://api.razzlepuzzles.com",
  "display": "minimal-ui",
  "orientation": "portrait",
  "theme_color": "#5282b3",
  "background_color": "#5282b3",
  "icons": [
    {
      "src": "/public/images/2048/touch-icon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/public/images/2048/touch-icon-hd.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/public/images/2048/webapp.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.razzlepuzzles.game2048",
      "id": "com.razzlepuzzles.game2048"
    },
    {
      "platform": "itunes",
      "url": "https://itunes.apple.com/app/id940973491",
      "id": "940973491"
    }
  ]
}