{
  "name": "Kart Krunch | Junkyard Rumble",
  "short_name": "KartKrunch",
  "id": "kart-krunch-pwa-v2",
  "description": "Post-apocalyptic scrap racing tabletop & mobile card game. Powered by ED-XI Performance Fuels.",
  "start_url": "./game.html?view=mobile",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060609",
  "theme_color": "#060609",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}