{
  "name": "Subway Runner 3D",
  "short_name": "SubwayRunner",
  "description": "Endless Runner in 3D: Renne durch 10 Welten, weiche Hindernissen aus und steuere per Swipe, Tastatur oder Kopfbewegung.",
  "lang": "de",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1b3d",
  "theme_color": "#0d1b3d",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
