You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
1.2 KiB

{
"uuid": "3c6e0682-a917-4283-a27e-349f2de629fa",
"shortName": "create_a_c_watchface",
"longName": "create_a_c_watchface",
"companyName": "goodcleanfun",
"versionLabel": "1.0",
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": true
},
"appKeys": {
"KEY_TEMPERATURE": 0,
"KEY_CONDITIONS": 1,
"KEY_ROOM_TEMP": 2
},
"capabilities":
[ "location" ],
"resources": {
"media": [
{
"type": "font",
"name": "FONT_PERFECT_DOS_16",
"file": "fonts/perfect-dos-vga.ttf",
"compatibility":"2.7"
},
{
"type": "font",
"name": "FONT_PERFECT_DOS_20",
"file": "fonts/perfect-dos-vga.ttf",
"compatibility":"2.7"
},
{
"type": "font",
"name": "FONT_PERFECT_DOS_24",
"file": "fonts/perfect-dos-vga.ttf",
"compatibility":"2.7"
},
{
"type": "font",
"name": "FONT_PERFECT_DOS_48",
"file": "fonts/perfect-dos-vga.ttf",
"compatibility":"2.7"
},
{
"type": "png",
"name": "TUTORIAL_BACKGROUND",
"file": "images/background.png"
}
]
}
}