mirror of https://github.com/espruino/BangleApps
16 lines
536 B
JSON
16 lines
536 B
JSON
{
|
|
"id": "showimg",
|
|
"name": "simple image viewer",
|
|
"shortName":"showImage",
|
|
"version": "0.03",
|
|
"description": "Displays the image in \"showimg.user.img\". The file has to be uploaded via the espruino IDE. Returns to watch face after 60s or button push. I use it to display my vaccination certificate.",
|
|
"icon": "app.png",
|
|
"tags": "tool",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"showimg.app.js","url":"app.js"},
|
|
{"name":"showimg.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|