mirror of https://github.com/espruino/BangleApps
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"id": "flagrse",
|
|
"name": "Espruino Flag Raiser",
|
|
"version": "0.01",
|
|
"description": "App to send a command to another Espruino to cause it to raise a flag",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"flagrse.app.js","url":"app.js"},
|
|
{"name":"flagrse.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|