40 lines
874 B
JSON
40 lines
874 B
JSON
|
{
|
||
|
"uuid": null,
|
||
|
"shortName": null,
|
||
|
"longName": null,
|
||
|
"companyName": null,
|
||
|
"versionLabel": null,
|
||
|
"sdkVersion": "3",
|
||
|
"targetPlatforms": ["basalt"],
|
||
|
"watchapp": {
|
||
|
"watchface": true
|
||
|
},
|
||
|
"resources": {
|
||
|
"media": [
|
||
|
{
|
||
|
"type": "png",
|
||
|
"name": "IMG_BACKGROUND",
|
||
|
"file": "background.png"
|
||
|
},
|
||
|
{
|
||
|
"type": "png",
|
||
|
"name": "IMG_BATTERY",
|
||
|
"file": "battery.png"
|
||
|
},
|
||
|
{
|
||
|
"type": "font",
|
||
|
"name": "FONT_TOPAZ_16",
|
||
|
"file": "topaz1200.ttf"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"capabilities": [
|
||
|
"configurable"
|
||
|
],
|
||
|
"appKeys": {
|
||
|
"KEY_SECONDS_HAND": 0,
|
||
|
"KEY_BATTERY_INDICATOR": 1,
|
||
|
"KEY_DATE_FORMAT": 2
|
||
|
}
|
||
|
}
|