LogoLogo
HomeLibraryDonateHelpAbout
  • Repository Manager
  • Credits
  • Application Manifests
    • Introduction to manifests
    • Example manifest
    • Essential Information
      • Category
      • Peripherals
      • Flags
      • Platforms
    • Source
      • Format
      • URL
        • Location
      • GitHub Release
        • Repository
        • File
        • Additional Files
      • SourceForge Release
      • itch.io
      • MediaFire
        • Location
    • Treatments
      • Contents
      • Meta
      • Web
      • Archive
  • Pattern Matching
  • Supported Archive Formats
  • Information for app developers
    • FAQ
  • API
    • Introduction
    • Retrieving Information
    • Retrieving Contents
    • Guidelines
  • Server
    • Introduction
    • Repository Index
    • SourceDownloader
Powered by GitBook
LogoLogo

Documentation

  • API v2
  • WSC
  • CLI

Social

  • Twitter
  • Discord
  • GitHub
On this page
  • Peripherals
  • Example:

Was this helpful?

  1. Application Manifests
  2. Essential Information

Peripherals

"peripherals": ["Wii Remote", "Wii Remote", "GameCube Controller"]

This is a required field!

Peripherals

These are the peripheral types currently supported by Open Shop Channel.

Peripheral
JSON Value

Wii Remote

"Wii Remote"

Up to four can be included in the list. Example: ["Wii Remote", "Wii Remote", "GameCube Controller"] means the app supports up to two Wii Remotes and a GameCube Controller.

GameCube Controller

"GameCube Controller"

Nunchuk

"Nunchuk"

Classic Controller

"Classic Controller"

SDHC Support

"SDHC"

This is not really a peripheral, but it indicates support for SDHC cards to the Homebrew Browser.

USB Keyboard

"USB Keyboard"

USB Keyboards are supported. Not displayed on Homebrew Browser.

Wii Zapper

"Wii Zapper"

Wii Zapper is supported. Not displayed on Homebrew Browser.

Example:

{
    ...
    "information": {
        ...
        "peripherals": ["Wii Remote", "Nunchuk", "Classic Controller", "GameCube Controller", "SDHC"],
        ...
    },
    ...
}
PreviousCategoryNextFlags

Last updated 10 months ago

Was this helpful?