{
  "name": "Ding gegen Drohne",
  "short_name": "Ding vs Drohne",
  "description": "Physiksimulation: Welches Wurfobjekt trifft eine Drohne am besten? 14 Objekte, realistische Ballistik, Wind, Training und Rangsystem.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0e14",
  "theme_color": "#0b0e14",
  "lang": "de",
  "categories": ["games", "education", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Simulation starten",
      "short_name": "Simulieren",
      "description": "Direkt zur Wurfsimulation",
      "url": "/app.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
