mirror of https://github.com/espruino/BangleApps
Updated file names to match review comment
parent
e730eceaf5
commit
33f5a908cd
|
@ -1,6 +1,5 @@
|
||||||
# Back to the future Clock
|
# Back to the future Clock
|
||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/2981891/175355586-1dfc0d66-6555-4385-b124-1605fdb71a11.jpg" width="250" />
|
|
||||||
|
|
||||||
A watchface inspierd by <a target="_blank" href="https://apps.garmin.com/apps/d181bcf9-5421-42a5-b460-863e5e76d798">this garmin watchface</a>.<br/>
|
A watchface inspierd by <a target="_blank" href="https://apps.garmin.com/apps/d181bcf9-5421-42a5-b460-863e5e76d798">this garmin watchface</a>.<br/>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -2,15 +2,16 @@
|
||||||
"id": "bttfclock",
|
"id": "bttfclock",
|
||||||
"name": "Back To The Future",
|
"name": "Back To The Future",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "My favorit Garmin watchface",
|
"description": "The watch of Marty McFly",
|
||||||
"icon": "bttf_clock.png",
|
"readme": "README.md",
|
||||||
"screenshots": [{"url":"bttf_screenshot.png"}],
|
"icon": "app.png",
|
||||||
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"BackToTheFuture.app.js","url":"BackToTheFuture.app.js"},
|
{"name":"bttfclock.app.js","url":"app.js"},
|
||||||
{"name":"bttfclock.img","url":"bttf_clock_icon.js","evaluate":true}
|
{"name":"bttfclock.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue