d5b9c443a0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
791 B
JSON
42 lines
791 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": [
|
|
"BAR_CHUNK_MINS",
|
|
"DAY_START_HOUR",
|
|
"DAY_END_HOUR"
|
|
],
|
|
"resources": {
|
|
"media": [
|
|
{
|
|
"type": "font",
|
|
"name": "FONT_ROBOTO_BOLD_36",
|
|
"file": "fonts/Roboto-Bold.ttf",
|
|
"maxHeight": 36
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|