Updated file names to match review comment

pull/3646/head
noobejby 2024-11-08 16:26:04 +01:00
parent e730eceaf5
commit 33f5a908cd
7 changed files with 6 additions and 6 deletions

View File

@ -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/>

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -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}
]
}

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB