1
0
Fork 0
BangleApps/apps.json

124 lines
3.7 KiB
JSON
Raw Normal View History

2019-10-30 17:33:58 +00:00
[
{ "id": "trex",
"name": "T-Rex",
"icon": "trex.png",
"description": "T-Rex game in the style of Chrome's offline game",
"tags": "game",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+trex","url":"trex.json"},
{"name":"-trex","url":"trex.js"},
{"name":"*trex","url":"trex-icon.js","evaluate":true}
2019-10-30 17:33:58 +00:00
]
},
{ "id": "compass",
"name": "Compass",
"icon": "compass.png",
"description": "Simple compass that points North",
"tags": "tool,outdoors",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+compass","url":"compass.json"},
{"name":"-compass","url":"compass.js"},
{"name":"*compass","url":"compass-icon.js","evaluate":true}
2019-10-30 17:33:58 +00:00
]
2019-10-30 20:34:41 +00:00
},
{ "id": "clock",
"name": "Morphing Clock",
"icon": "clock-morphing.png",
"description": "7 segment clock that morphs between minutes and hours",
"tags": "clock",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+clock","url":"clock.json"},
{"name":"-clock","url":"clock-morphing.js"},
{"name":"*clock","url":"clock-icon.js","evaluate":true}
2019-10-30 20:34:41 +00:00
]
},
{ "id": "gpstime",
"name": "GPS Time",
"icon": "gpstime.png",
"description": "Update the Bangle.js's clock based on the time from the GPS receiver",
"tags": "tool",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+gpstime","url":"gpstime.json"},
{"name":"-gpstime","url":"gpstime.js"},
{"name":"*gpstime","url":"gpstime-icon.js","evaluate":true}
2019-10-30 20:34:41 +00:00
]
},
{ "id": "openloc",
"name": "Open Location / Plus Codes",
2019-11-03 11:13:03 +00:00
"icon": "openlocation.png",
2019-10-30 20:34:41 +00:00
"description": "Convert your current GPS location to a series of characters",
"tags": "tool,outdoors",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+openloc","url":"openlocation.json"},
{"name":"-openloc","url":"openlocation.js","evaluate":true}
2019-10-30 20:34:41 +00:00
]
},
{ "id": "speedo",
"name": "Speedo",
"icon": "speedo.png",
"description": "Show the current speed according to the GPS",
"tags": "tool,outdoors",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+speedo","url":"speedo.json"},
{"name":"-speedo","url":"speedo.js"},
{"name":"*speedo","url":"speedo-icon.js","evaluate":true}
2019-10-30 20:34:41 +00:00
]
},
{ "id": "slevel",
"name": "Spirit Level",
"icon": "spiritlevel.png",
"description": "Show the current angle of the watch, so you can use it to make sure something is absolutely flat",
"tags": "tool",
"storage": [
2019-11-06 17:25:02 +00:00
{"name":"+slevel","url":"spiritlevel.json"},
{"name":"-slevel","url":"spiritlevel.js"},
{"name":"*slevel","url":"spiritlevel-icon.js","evaluate":true}
]
},
{ "id": "sbat",
"name": "Battery Level Widget",
"icon": "widget-battery.png",
"description": "Show the current battery level and charging status in the top right of the clock",
"tags": "widget,battery",
"storage": [
{"name":"=sbat","url":"widget-battery.js"}
]
},
{ "id": "qrcode",
"name": "Custom QR Code",
"icon": "qrcode.png",
"description": "Use this to upload a customised QR code to Bangle.js",
"tags": "",
"custom": "qrcode.html",
"storage": [
{"name":"-qrcode"},
{"name":"+qrcode"},
{"name":"=qrcode"}
2019-10-30 20:34:41 +00:00
]
2019-11-06 21:35:14 +00:00
},
{ "id": "beer",
"name": "Beer Compass",
"icon": "beercompass.png",
"description": "Uploads all the pubs in an area onto your watch, so it can always point you at the nearest one",
"tags": "",
"custom": "beercompass.html",
"storage": [
{"name":"-beer"},
{"name":"+beer"},
{"name":"=beer"}
]
2019-11-06 21:51:47 +00:00
},
{ "id": "route",
"name": "Route Viewer",
"icon": "route.png",
"description": "Upload a KML file of a route, and have your watch display a map with how far around it you are",
"tags": "",
"custom": "route.html",
"storage": [
{"name":"-route"},
{"name":"+route"},
{"name":"=route"}
]
2019-10-30 17:33:58 +00:00
}
]