Update apps.json
parent
7f491a1bd6
commit
b047933c6d
|
|
@ -4977,11 +4977,10 @@
|
||||||
"name": "simple image viewer",
|
"name": "simple image viewer",
|
||||||
"shortName":"showImage",
|
"shortName":"showImage",
|
||||||
"version":"0.1",
|
"version":"0.1",
|
||||||
"description": "Displays the image file in showimage.user.img. Returns to watch face after 60s or button push.",
|
"description": "Displays the image file in ""showimage.user.img"". Returns to watch face after 60s or button push. I currently use it to display my vaccination certificate.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"showimg.app.js","url":"app.js"},
|
{"name":"showimg.app.js","url":"app.js"},
|
||||||
{"name":"showimg.img","url":"app-icon.js","evaluate":true}
|
{"name":"showimg.img","url":"app-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue