1
0
Fork 0
intuiclock/appinfo.in.json

62 lines
1.5 KiB
JSON

{
"uuid": null,
"shortName": null,
"longName": null,
"companyName": null,
"versionLabel": "1.2",
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"type": "png",
"name": "IMG_BKG_CLASSIC_NARROW",
"file": "bkg_classic_narrow.png"
},
{
"type": "png",
"name": "IMG_BKG_CLASSIC_WIDE",
"file": "bkg_classic_wide.png"
},
{
"type": "png",
"name": "IMG_BKG_XEN_NARROW",
"file": "bkg_xen_narrow.png"
},
{
"type": "png",
"name": "IMG_BKG_XEN_WIDE",
"file": "bkg_xen_wide.png"
},
{
"type": "png",
"name": "IMG_BACKGROUND_WIDE",
"file": "background_wide.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,
"KEY_WIDE_LAYOUT": 3,
"KEY_XEN_STYLE": 4
}
}