1
0
Fork 0
intuiclock/appinfo.in.json

62 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2015-08-15 18:04:20 +00:00
{
"uuid": null,
"shortName": null,
"longName": null,
"companyName": null,
"versionLabel": "1.2",
2015-08-15 18:04:20 +00:00
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"type": "png",
2015-08-27 21:52:47 +00:00
"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"
2015-08-15 18:04:20 +00:00
},
2015-08-27 19:28:16 +00:00
{
"type": "png",
"name": "IMG_BACKGROUND_WIDE",
"file": "background_wide.png"
},
2015-08-15 18:04:20 +00:00
{
"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,
2015-08-27 19:28:16 +00:00
"KEY_DATE_FORMAT": 2,
2015-08-27 21:52:47 +00:00
"KEY_WIDE_LAYOUT": 3,
"KEY_XEN_STYLE": 4
2015-08-15 18:04:20 +00:00
}
}