mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
66ec62f0d1
commit
ebff58b09a
15
apps.json
15
apps.json
|
@ -4971,5 +4971,20 @@
|
||||||
{"name":"coretemp.app.js","url":"coretemp.js"},
|
{"name":"coretemp.app.js","url":"coretemp.js"},
|
||||||
{"name":"coretemp.img","url":"coretemp-icon.js","evaluate":true}
|
{"name":"coretemp.img","url":"coretemp-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "showimg",
|
||||||
|
"name": "simple image viewer",
|
||||||
|
"shortName":"showImage",
|
||||||
|
"version":"0.1",
|
||||||
|
"description": "Displays the image file in showimage.user.img. Returns to watch face after 60s or button push.",
|
||||||
|
"icon": "app.png",
|
||||||
|
"tags": "",
|
||||||
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"storage": [
|
||||||
|
{"name":"showimg.app.js","url":"app.js"},
|
||||||
|
{"name":"showimg.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue