Bundle Structure
<author>.<title>
info.json
image.bin
program.bin
<author>.<title>is the grouping folder named after the unique ID of the application.info.jsonis a manifest file that contains all of app’s metadata, such as author, version, genre, and more.image.binis the 64x64 icon image, formatted in RGB565. It’s good practice to include the raw PNG image too, just so that you can view it on your computer.program.binis the app’s executable.
Info JSON
The format forinfo.json is very simple.
Example
bobthecoder.cool-platformer
CoolPlatformer.png
info.json
image.bin
program.bin
