Update apps.json

master
M14aAUI 2021-12-22 00:46:38 +01:00 committed by GitHub
parent 71200f6821
commit d3e914a9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -5062,5 +5062,22 @@
{"name":"ltherm.app.js","url":"app.js"},
{"name":"ltherm.img","url":"icon.js","evaluate":true}
]
},
{
"id": "supf",
"name": "supf Simple Clock with seconds and Date in custom language",
"shortName": "supf Clock",
"version": "0.01",
"description": "Displays the current temperature in localized units.",
"icon": "thermf.png",
"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}
]
}
]