1
0
Fork 0
BangleApps/apps/ltherm/metadata.json

17 lines
425 B
JSON

{
"id": "ltherm",
"name": "Localized Thermometer",
"shortName": "Thermometer",
"version": "0.01",
"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}
]
}