forked from FOSS/BangleApps
Updated file names to match review comment
parent
e730eceaf5
commit
33f5a908cd
|
@ -1,6 +1,5 @@
|
|||
# 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/>
|
||||
|
||||
|
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -2,15 +2,16 @@
|
|||
"id": "bttfclock",
|
||||
"name": "Back To The Future",
|
||||
"version": "0.01",
|
||||
"description": "My favorit Garmin watchface",
|
||||
"icon": "bttf_clock.png",
|
||||
"screenshots": [{"url":"bttf_screenshot.png"}],
|
||||
"description": "The watch of Marty McFly",
|
||||
"readme": "README.md",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"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}
|
||||
{"name":"bttfclock.app.js","url":"app.js"},
|
||||
{"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