BangleApps/apps/ltherm/metadata.json

17 lines
425 B
JSON
Raw Normal View History

{
"id": "ltherm",
"name": "Localized Thermometer",
"shortName": "Thermometer",
2022-06-19 14:41:15 +00:00
"version": "0.02",
"description": "Displays the current temperature in localized units.",
"icon": "thermf.png",
"tags": "tool",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"storage": [
{"name":"ltherm.app.js","url":"app.js"},
{"name":"ltherm.img","url":"icon.js","evaluate":true}
]
}