Update apps.json

pull/432/head
jeffmer 2020-05-19 15:33:01 +01:00 committed by GitHub
parent fe0387b3bb
commit 19ed596a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1761,5 +1761,17 @@
{ "name": "jbm8b.img", "url": "app-icon.js", "evaluate": true }
],
"version": "0.03"
},
{ "id": "widviz",
"name": "Widget Visibility Widget",
"shortName":"Viz Widget",
"icon": "eye.png",
"version":"0.01",
"description": "Touch left screen to hide top bar widgets, right screen to redisplay. Will not work with apps that use BTN4 & BTN5.",
"tags": "widget",
"type": "widget",
"storage": [
{"name":"widviz.wid.js","url":"widget.js"}
]
}
]