mirror of https://github.com/espruino/BangleApps
16 lines
447 B
JSON
16 lines
447 B
JSON
{
|
|
"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}
|
|
]
|
|
}
|