-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
75 lines (74 loc) · 2.07 KB
/
appinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"appKeys": {
"KEY_BACKGROUND_COLOR": 3,
"KEY_BACKGROUND_DISCONNECT_COLOR": 5,
"KEY_BATTERY_TYPE": 9,
"KEY_BATTERY_VISIBLE": 8,
"KEY_CONDITIONS": 1,
"KEY_CUSTOM_TEXT_VISIBLE": 18,
"KEY_CUSTOM_TEXT_VALUE": 19,
"KEY_FONT_COLOR": 4,
"KEY_FONT_DISCONNECT_COLOR": 6,
"KEY_MILITARY_TIME": 7,
"KEY_TEMPERATURE": 0,
"KEY_VIBRATE_DISCONNECT": 16,
"KEY_VIBRATE_DISCONNECT_STYLE": 17,
"KEY_VIBRATE_HOURLY": 10,
"KEY_VIBRATE_HOURLY_STYLE": 15,
"KEY_VIBRATE_END_DAY": 14,
"KEY_VIBRATE_END_TIME": 12,
"KEY_VIBRATE_START_DAY": 13,
"KEY_VIBRATE_START_TIME": 11,
"KEY_VISUAL_DISCONNECT": 20,
"KEY_WEATHER_VISIBLE": 2,
"KEY_WEATHER_TEXT": 21
},
"capabilities": [
"location",
"configurable"
],
"companyName": "Bogdan Orzea",
"longName": "sfclock for Pebble",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"memoryFormat": "2BitPalette",
"menuIcon": true,
"name": "MENU_ICON",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/other_f.ttf",
"name": "OTHER_FONT_20",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/other_f.ttf",
"name": "OTHER_FONT_25",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/other_f.ttf",
"name": "OTHER_FONT_45",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "sfclock",
"targetPlatforms": [
"basalt"
],
"uuid": "406e0c51-ab25-4858-b94e-b53a0f6836fd",
"versionLabel": "1.9",
"watchapp": {
"watchface": true
}
}