BangleApps/apps/tempgraph/metadata.json

20 lines
646 B
JSON
Raw Permalink Normal View History

2023-02-03 06:54:23 +00:00
{ "id": "tempgraph",
"name": "Temperature Graph",
"shortName":"Temp Graph",
2023-02-05 03:07:35 +00:00
"version":"0.03",
2023-02-03 06:54:23 +00:00
"description": "An app for recording the temperature for time periods ranging from 10 minutes to 7 days.",
"icon": "app.png",
"type": "app",
"tags": "temperature,tempgraph,graph",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"tempgraph.app.js","url":"app.js"},
{"name":"tempgraph.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"tempgraph.json"}
],
"screenshots": [{"url":"screenshot_1.png"},{"url":"screenshot_2.png"},{"url":"screenshot_3.png"}]
}