{
  "name": "2048",
  "short_name": "2048",
  "description": "2048 Game",
  "start_url": "/index.html",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#f5f5dc",
  "theme_color": "#f5f5dc",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}
