Files
Pebble/countdown_watchface/package.json
T
2026-05-24 22:14:14 +02:00

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