Files
Pebble/countdown_watchface/package.json
T
bgrolleman 8d509af3f8 Leco 60 time, Roboto date with month name, taller bar with bottom-line empty blocks
- Time: FONT_KEY_LECO_60_BOLD_NUMBERS_AM_PM (emery), Leco 42 fallback
- Date: embedded Roboto Bold 36, format changed to "D MMM" (e.g. 23 MAY)
- Countdown bar: height 8 → 14px; empty blocks show bottom line only

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 19:08:42 +02:00

40 lines
750 B
JSON

{
"name": "countdown_watchface",
"author": "Bas Grolleman",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "countdown_watchface",
"uuid": "769d0058-ae41-4e80-b41a-64d58e2ae3e0",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"diorite",
"emery",
"flint"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"APPOINTMENT_MINUTES"
],
"resources": {
"media": [
{
"type": "font",
"name": "FONT_ROBOTO_BOLD_36",
"file": "fonts/Roboto-Bold.ttf",
"maxHeight": 36
}
]
}
}
}