- Start by copying and renaming the template.app folder to your desired app.
- Add your desired html, js, and css files to their respective folders. The html file you want to be visible in the app should be named index.html.
- Go to the manifest.json file and modify it to the correct values. You should modify the following fields:
"name": "Your Desired app name"
"package": "[organization/author].APPNAME",
"icon": "appicon.[extension]",
"title":"Your App Window Name",
"index": "[the main html document for your program]"
You have successfully completed building your basic iFrame app, you can either zip it and add it to a repository for use in the Marketplace or add it directly into your Anura instance under the apps folder.