Add files via upload
parent
556befc7e3
commit
168ca0ed8d
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"id": "bikespeedo",
|
||||||
|
"name": "Bike Speedometer",
|
||||||
|
"shortName": "BikeSpeedo",
|
||||||
|
"version": "0.01",
|
||||||
|
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
||||||
|
"icon": "app.png",
|
||||||
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
"type": "app",
|
||||||
|
"tags": "tool,cycling,bicycle,outdoors,sport",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"allow_emulator": true,
|
||||||
|
"storage": [
|
||||||
|
{"name":"bikespeedo.app.js","url":"app.js"},
|
||||||
|
{"name":"bikespeedo.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue