mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
1192e0e2a7
commit
85e3bf2584
15
apps.json
15
apps.json
|
@ -5063,21 +5063,22 @@
|
|||
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"id": "supf",
|
||||
"name": "supf Simple Clock with seconds and Date in custom language",
|
||||
"shortName": "supf Clock",
|
||||
"name": "Simple Clock with Date",
|
||||
"shortName": "supf",
|
||||
"version": "0.01",
|
||||
"description": "Displays the current temperature in localized units.",
|
||||
"icon": "thermf.png",
|
||||
"description": "Simple Clock with seconds and Date in custom language. \nATTENTION: requires Languages app",
|
||||
"icon": "icon.png",
|
||||
"screenshots": [{"url":"screenshot_supf.png"}],
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"supf.app.js","url":"app.js"},
|
||||
{"name":"supf.img","url":"app-icon.js","evaluate":true},
|
||||
{"name":"supf.info","url":"supf.info","evaluate":true}
|
||||
{"name":"supf.img","url":"icon.js","evaluate":true},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue