{
  "name": "SpinnySquare",
  "short_name": "SpinnySquare",
  "id": "com.example.spinnysquare",
  "description": "Spin the square and don't touch the balls!",
  "orientation": "landscape",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "black",
  "categories": ["games", "entertainment"],
  "icons": [{
        "src": "Icon.png",
        "sizes": "512x512"
      }]
}