mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
d03fa62805
commit
c41a04b7ec
13
apps.json
13
apps.json
|
@ -5062,5 +5062,18 @@
|
||||||
{"name":"ltherm.app.js","url":"app.js"},
|
{"name":"ltherm.app.js","url":"app.js"},
|
||||||
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "touchmenu",
|
||||||
|
"name": "TouchMenu",
|
||||||
|
"version": "0.01",
|
||||||
|
"description": "Redesigned menu that uses the full touchscreen on the Bangle.js 2",
|
||||||
|
"icon": "touchmenu.png",
|
||||||
|
"type": "bootloader",
|
||||||
|
"tags": "tool",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"touchmenu.boot.js","url":"touchmenu.js"},
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue