BangleApps/apps/speedo/metadata.json

14 lines
354 B
JSON
Raw Normal View History

{
"id": "speedo",
"name": "Speedo",
2024-03-04 21:32:06 +00:00
"version": "0.06",
"description": "Show the current speed according to the GPS",
"icon": "speedo.png",
"tags": "tool,outdoors,gps",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"speedo.app.js","url":"speedo.js"},
{"name":"speedo.img","url":"speedo-icon.js","evaluate":true}
]
}