Error: No ROMS provided

This emulator requires ROMS (Gameboy games) to be provided as a URL parameter named "roms".

1. Create a JSON file with the format:

      [
        {
          "img": "https://example.com/game1-cover.jpg",
          "rom": "https://example.com/game1-rom.gbc"
        },
        {
          "img": "https://example.com/game2-cover.jpg",
          "rom": "https://example.com/game2-rom.gbc"
        }
      ]
      

2. Upload the JSON file somewhere (like glitch.me)

3. Provide the file link as a URL parameter named "roms":

      https://gameboy.webvr.link?roms=https://example.glitch.me/roms.json