Example manifest
To help you get a sense of how "application manifests" look like, here is one of them:
Obtain application from URL:
{
"information": {
"name": "Newo Zero",
"author": "Owen",
"author_preferred_contacts": "",
"category": "games",
"peripherals": ["Wii Remote", "Nunchuk", "Classic Controller", "GameCube Controller", "SDHC"],
"version": "auto"
},
"source": {
"type": "url",
"format": "zip",
"location": "https://owensoft.net/project/newogame/dl/newozero.zip"
},
"treatments": [
{
"treatment": "contents.move",
"arguments": ["newozero/", "apps/newozero/"]
}
]
}Obtain application from GitHub releases:
Last updated
Was this helpful?