mirror of https://github.com/espruino/BangleApps
16 lines
457 B
JSON
16 lines
457 B
JSON
|
{
|
||
|
"id": "bttfclock",
|
||
|
"name": "Back To The Future",
|
||
|
"version": "0.01",
|
||
|
"description": "My favorit Garmin watchface",
|
||
|
"icon": "bttf_clock.png",
|
||
|
"screenshots": [{"url":"bttf_screenshot.png"}],
|
||
|
"type": "clock",
|
||
|
"tags": "clock",
|
||
|
"supports": ["BANGLEJS2"],
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"BackToTheFuture.app.js","url":"BackToTheFuture.app.js"},
|
||
|
{"name":"bttfclock.img","url":"bttf_clock_icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|