mirror of https://github.com/espruino/BangleApps
17 lines
515 B
JSON
17 lines
515 B
JSON
{
|
|
"id": "helloworld",
|
|
"name": "hello, world!",
|
|
"shortName": "hello world",
|
|
"version": "0.03",
|
|
"description": "A cross cultural hello world!/hola mundo! app with colors and languages",
|
|
"icon": "app.png",
|
|
"tags": "input,interface,buttons,touch",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"helloworld.app.js","url":"helloworld.app.js"},
|
|
{"name":"helloworld.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|