forked from FOSS/BangleApps
17 lines
425 B
JSON
17 lines
425 B
JSON
{
|
|
"id": "ltherm",
|
|
"name": "Localized Thermometer",
|
|
"shortName": "Thermometer",
|
|
"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}
|
|
]
|
|
}
|