{
    "short_name": "2048",
    "name": "2048",
    "icons": [
      { "src": "/images/leann.svg", "type": "image/svg+xml", "sizes": "any"},
      { "src": "/images/icons-192.png", "type": "image/png", "sizes": "192x192"},
      { "src": "/images/maskable-icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable"},
      { "src": "/images/icons-512.png", "type": "image/png", "sizes": "512x512" },
      { "src": "/images/maskable-icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable"}

    ],
    "id": "/",
    "start_url": "/",
    "background_color": "#510369",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#510369",
    "shortcuts": [
      {
        "name": "2048",
        "short_name": "2048",
        "description": "Play 2048",
        "url": "/",
        "icons": [{ "src": "/images/icons-192.png", "sizes": "192x192" }]
      }
    ],
    "description": "Cool game make number go brrr",
    "screenshots": [
      {
        "src": "/images/screenshot-mobile.png",
        "type": "image/png",
        "sizes": "390x844",
        "form_factor": "narrow"
      },
      {
        "src": "/images/screenshot-desktop.png",
        "type": "image/png",
        "sizes": "2560x1600",
        "form_factor": "wide"
      }
    ]
}