Update apps.json

pull/1162/head
M14aAUI 2021-12-22 01:37:49 +01:00 committed by GitHub
parent 1192e0e2a7
commit 85e3bf2584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -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},
]
}
]