{
  "name": "Ackermann 4WS",
  "short_name": "Ackermann 4WS",
  "description": "Vehicle Dynamics and Autonomous Driving Simulator powered by Godot Engine 4.4",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#080c14",
  "theme_color": "#007bff",
  "orientation": "any",
  "icons": [
    {
      "src": "./assets/images/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/images/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}