You've already forked intuiclock
Initial commit.
This commit is contained in:
39
appinfo.in.json
Normal file
39
appinfo.in.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user