mirror of https://github.com/espruino/BangleApps
15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"id": "beer",
|
|
"name": "Beer Compass",
|
|
"version": "0.02",
|
|
"description": "Uploads all the pubs in an area onto your watch, so it can always point you at the nearest one",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"storage": [
|
|
{"name":"beer.app.js"},
|
|
{"name":"beer.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|