{
  "name": "3D Auto Avontuur",
  "short_name": "3D Auto",
  "description": "Rijd rond met je auto in een 3D wereld",
  "start_url": "index.html",
  "display": "fullscreen",
  "background_color": "#87ceeb",
  "theme_color": "#4285f4",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait"
} 