This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
forked from robhh/SmartStatus-AppStore
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
104 lines (104 loc) · 2.81 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"versionLabel": "2.6.6",
"uuid": "e944c919-7ae9-4737-8033-ac073a1b8a90",
"appKeys": {
"dummy": 0
},
"longName": "SmartStatus",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "SmartStatus",
"companyName": "Alexandre Jouandin",
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/app_icon.png"
},
{
"type": "png",
"name": "IMAGE_BACKGROUND",
"file": "images/background.png"
},
{
"type": "png",
"name": "IMAGE_DISCONNECT",
"file": "images/disconnect_large.png"
},
{
"type": "png",
"name": "IMAGE_SUN",
"file": "images/sun.png"
},
{
"type": "png",
"name": "IMAGE_RAIN",
"file": "images/rain.png"
},
{
"type": "png",
"name": "IMAGE_CLOUD",
"file": "images/cloud.png"
},
{
"type": "png",
"name": "IMAGE_SUN_CLOUD",
"file": "images/sun_cloud.png"
},
{
"type": "png",
"name": "IMAGE_WIND",
"file": "images/wind.png"
},
{
"type": "png",
"name": "IMAGE_FOG",
"file": "images/fog.png"
},
{
"type": "png",
"name": "IMAGE_SNOW",
"file": "images/snow.png"
},
{
"type": "png",
"name": "IMAGE_THUNDER",
"file": "images/thunder.png"
},
{
"type": "png",
"name": "IMAGE_BATTERY",
"file": "images/battery.png"
},
{
"type": "png",
"name": "IMAGE_BATTERY_PHONE",
"file": "images/battery_phone.png"
},
{
"type": "png",
"name": "IMAGE_BATTERY_PEBBLE",
"file": "images/battery_pebble.png"
},
{
"type": "font",
"name": "FONT_CONDENSED_21",
"file": "fonts/ClearSans-Regular.ttf"
},
{
"trackingAdjust": -2,
"characterRegex": "[:0-9]",
"type": "font",
"name": "FONT_BOLD_52",
"file": "fonts/ClearSans-Bold.ttf"
}
]
}
}