BangleApps/apps/helloworld/metadata.json

16 lines
447 B
JSON
Raw Normal View History

{
"id": "helloworld",
"name": "hello, world!",
"shortName": "hello world",
"version": "0.02",
"description": "A cross cultural hello world!/hola mundo! app with colors and languages",
"icon": "app.png",
"tags": "input,interface,buttons,touch",
"supports": ["BANGLEJS"],
"readme": "README.md",
"storage": [
{"name":"helloworld.app.js","url":"app.js"},
{"name":"helloworld.img","url":"app-icon.js","evaluate":true}
]
}