1
0
Fork 0

Update apps.json

master
Marco H 2021-12-14 15:53:30 +01:00 committed by GitHub
parent e9436eca15
commit d6c264f7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4013,11 +4013,11 @@
{ {
"id": "thermom", "id": "thermom",
"name": "Thermometer", "name": "Thermometer",
"version": "0.03", "version": "0.04",
"description": "Displays the current temperature in degree Celsius, updated every 20 seconds", "description": "Displays the current temperature in degree Celsius, updated every 20 seconds",
"icon": "app.png", "icon": "app.png",
"tags": "tool", "tags": "tool",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"thermom.app.js","url":"app.js"}, {"name":"thermom.app.js","url":"app.js"},