[
  /* ============================
     REAL HLS CHANNELS (your data)
     ============================ */
  {
    "logo": "https://i.mjh.nz/.images/tvnz-1.png",
    "source": "https://i.mjh.nz/.r/tvnz-1.m3u8",
    "id": "TVNZ 1",
    "network": "TVNZ",
    "chno": 1,
    "description": "New Zealand's leading producer of local entertainment programmes.",
    "type": "hls"
  },
  {
    "logo": "https://i.mjh.nz/.images/maori-tv.png",
    "source": "https://i.mjh.nz/.r/maori-tv.m3u8",
    "id": "Whakaata Māori",
    "network": "Māori",
    "chno": 5,
    "description": "Indigenous Māori programming.",
    "type": "hls"
  },

  /* ============================
     DEMO: HTML5 TOOL
     ============================ */
  {
    "id": "Live Notes Tool",
    "logo": "https://cdn-icons-png.flaticon.com/512/1827/1827951.png",
    "source": "tools/notes/index.html",
    "network": "Tools",
    "description": "A simple HTML5 note-taking tool.",
    "type": "html"
  },

  /* ============================
     DEMO: HTML5 GAME
     ============================ */
  {
    "id": "Neon Snake Game",
    "logo": "https://cdn-icons-png.flaticon.com/512/743/743131.png",
    "source": "games/snake/index.html",
    "network": "Games",
    "description": "A classic HTML5 snake game.",
    "type": "game"
  },

  /* ============================
     DEMO: EXTERNAL WEBSITE (IFRAME)
     ============================ */
  {
    "id": "Wikipedia",
    "logo": "https://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png",
    "source": "https://www.wikipedia.org",
    "network": "Web",
    "description": "Embedded external website.",
    "type": "iframe"
  },

  /* ============================
     DEMO: PDF VIEWER
     ============================ */
  {
    "id": "Sample PDF",
    "logo": "https://cdn-icons-png.flaticon.com/512/337/337946.png",
    "source": "docs/sample.pdf",
    "network": "Docs",
    "description": "A PDF loaded through Google Docs viewer.",
    "type": "pdf"
  },

  /* ============================
     DEMO: IMAGE GALLERY
     ============================ */
  {
    "id": "Image Gallery",
    "logo": "https://cdn-icons-png.flaticon.com/512/2659/2659360.png",
    "source": "gallery/",
    "network": "Media",
    "description": "Loads a folder of images.",
    "type": "image"
  },

  /* ============================
     DEMO: WEBCHAT (IFRAME)
     ============================ */
  {
    "id": "WebChat",
    "logo": "https://cdn-icons-png.flaticon.com/512/134/134914.png",
    "source": "https://kiwiirc.com/nextclient/",
    "network": "Chat",
    "description": "Embedded webchat client.",
    "type": "iframe"
  }
]