Initial watchface

This commit is contained in:
2025-12-31 15:26:26 +01:00
parent 1a45f8033f
commit e56c5a9702
4 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "countdown_watchface",
"author": "Bas Grolleman",
"version": "1.0.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"pebble-effect-layer": "^1.2.0"
},
"pebble": {
"displayName": "countdown_watchface",
"uuid": "769d0058-ae41-4e80-b41a-64d58e2ae3e0",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"diorite",
"emery",
"flint"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": []
}
}
}