-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathappinfo.json
More file actions
109 lines (107 loc) · 2.11 KB
/
appinfo.json
File metadata and controls
109 lines (107 loc) · 2.11 KB
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
105
106
107
108
109
{
"uuid": "fb5338d6-751c-4d4f-9074-70d4bad021a0",
"shortName": "SmartStatus",
"longName": "SmartStatus",
"companyName": "Robert Hesse",
"versionCode": 1,
"versionLabel": "1.0.0",
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/app_icon.png",
"menuIcon": true
},
{
"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_ROBOTO_CONDENSED_21",
"file": "fonts/Roboto-Condensed.ttf"
},
{
"type": "font",
"characterRegex": "[:0-9]",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"file": "fonts/Roboto-Bold.ttf"
}
] }
}