{
  "_comment": "Games catalog for the CryptoKitty hub. Hosted on games.cryptokitty.org. The Mini App hub fetches this file and renders link tiles. ADD A GAME = drop its folder here + add an entry below (url relative to this domain, or absolute http...). Empty url = 'Coming soon' tile. icon = FontAwesome class; or use image (path/URL) for a thumbnail.",
  "games": [
    {
      "slug": "kitty-jump",
      "title": "Kitty Jump",
      "icon": "fa-solid fa-cat",
      "desc": "Tap to flap — sample HTML5 base",
      "url": "kitty-jump/"
    },
    {
      "slug": "manic-miner",
      "title": "Manic Miner",
      "icon": "fa-solid fa-gem",
      "desc": "ZX Spectrum remake",
      "url": ""
    },
    {
      "slug": "dizzy",
      "title": "Dizzy",
      "icon": "fa-solid fa-egg",
      "desc": "ZX Spectrum remake",
      "url": ""
    }
  ]
}
