mirror of https://github.com/espruino/BangleApps
Delete metadata.json
parent
2c479ff715
commit
c7209882ee
|
@ -1,18 +0,0 @@
|
|||
{ "id": "tempgraph",
|
||||
"name": "Temperature Graph",
|
||||
"shortName":"Temp Graph",
|
||||
"version":"0.01",
|
||||
"description": "An app for recording the temperature for time periods ranging from 10 minutes to 7 days.",
|
||||
"icon": "app.png",
|
||||
"type": "tool",
|
||||
"tags": "temperature,tempgraph,graph",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"tempgraph.app.js","url":"app.js"}
|
||||
],
|
||||
"data": [
|
||||
{"name":"tempgraph.json"}
|
||||
],
|
||||
"screenshots": [{"url":"screenshot_1.png"},{"url":"screenshot_2.png"},{"url":"screenshot_3.png"}]
|
||||
}
|
Loading…
Reference in New Issue