Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 837 Bytes

File metadata and controls

19 lines (14 loc) · 837 Bytes

Template Anura app for an easy HTML iFrame

Instructions for use:

  1. Start by copying and renaming the template.app folder to your desired app.
  2. 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.
  3. 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]"

Congrats

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.