{
    "name": "Soccer Goalkeeper",
    "short_name": "Goalkeeper",
    "description": "JavaScript goalkeeper soccer game old console simulator",
    "lang": "en-US",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#00FF00",
    "theme_color": "#00FF00",
    "orientation": "any",
    "icons": [
      {
        "src": "images/logo192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "images/logo512.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      {
        "src": "images/logo32.png",
        "sizes": "32x32",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "images/screenshot_desktop.png",
        "sizes": "1280x623",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Game Play"
      },
      {
        "src": "images/screenshot_mobile.png",
        "sizes": "720x325",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Mobile View"
      }
    ]
}