{
  "name": "Drive",
  "short_name": "Drive",
  "description": "A browser car game controlled by hand gestures via your webcam. by Sanzu",
  "start_url": "/sanzuDrive/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "src/sanzu.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "src/sanzu.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
