Update metadata.json
parent
4b84ac97e1
commit
9a80a83751
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "bikespeedo",
|
"id": "bikespeedo",
|
||||||
"name": "Bike Speedometer (beta)",
|
"name": "Bike Speedometer (beta)",
|
||||||
"shortName": "BikeSpeedo",
|
"shortName": "Bike Speedometer",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "tool,cycling,bicycle,outdoors,sport",
|
"tags": "tool,cycling,bicycle,outdoors,sport",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"bikespeedo.app.js","url":"app.js"},
|
{"name":"bikespeedo.app.js","url":"app.js"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue